Fix description formatting again.
authorCarl Hetherington <cth@carlh.net>
Mon, 15 Aug 2016 15:12:16 +0000 (16:12 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 15 Aug 2016 15:12:16 +0000 (16:12 +0100)
src/lib/video_content.cc

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