Fix formatting.
authorCarl Hetherington <cth@carlh.net>
Sun, 14 Aug 2016 22:50:54 +0000 (23:50 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 14 Aug 2016 22:50:54 +0000 (23:50 +0100)
src/lib/video_content.cc

index 4f1b08016ae7c438da59e10a9204d284408abe2f..13e7ba893789b11ec682a9d56494cc1cf0d1a97c 100644 (file)
@@ -400,7 +400,7 @@ VideoContent::processing_description () const
                        ratio *= sample_aspect_ratio().get ();
                }
 
-               snprintf (buffer, sizeof(buffer), _("\nDisplay aspect ratio %.2f:1"), ratio);
+               snprintf (buffer, sizeof(buffer), _("\nDisplay aspect ratio %.2f:1\n"), ratio);
                d += buffer;
        }