gst-inspect: Add missing \n in output
authorSebastian Dröge <sebastian@centricular.com>
Wed, 2 Apr 2014 21:52:10 +0000 (23:52 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 2 Apr 2014 21:52:24 +0000 (23:52 +0200)
tools/gst-inspect.c

index 39add06..f718736 100644 (file)
@@ -620,7 +620,7 @@ print_clocking_info (GstElement * element)
 
   if (!requires_clock && !provides_clock) {
     n_print ("\n");
-    n_print ("Element has no clocking capabilities.");
+    n_print ("Element has no clocking capabilities.\n");
     return;
   }