From 96a8d5945fdfc13c047ade3dab7799eed5732248 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 6 Apr 2013 16:09:54 -0700 Subject: [PATCH] gst-launch: Fix space in fault message --- tools/gst-launch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gst-launch.c b/tools/gst-launch.c index bd7a85befb..6fbb06c539 100644 --- a/tools/gst-launch.c +++ b/tools/gst-launch.c @@ -102,7 +102,7 @@ fault_spin (void) /* FIXME how do we know if we were run by libtool? */ fprintf (stderr, - "Spinning. Please run 'gdb gst-launch- " GST_API_VERSION " %d' to " + "Spinning. Please run 'gdb gst-launch-" GST_API_VERSION " %d' to " "continue debugging, Ctrl-C to quit, or Ctrl-\\ to dump core.\n", (gint) getpid ()); while (spinning)