gst-launch: Fix space in fault message
authorDavid Schleef <ds@schleef.org>
Sat, 6 Apr 2013 23:09:54 +0000 (16:09 -0700)
committerDavid Schleef <ds@schleef.org>
Sat, 6 Apr 2013 23:10:16 +0000 (16:10 -0700)
tools/gst-launch.c

index bd7a85b..6fbb06c 100644 (file)
@@ -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)