diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-14 23:50:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-14 23:50:54 +0100 |
| commit | aa0d6076650e40a390051d426b25c5b373fe0785 (patch) | |
| tree | 788225a064784d6e2105224e5b18461c7e41c261 /src/lib | |
| parent | be735707f49ab92591aeb07457062af5631c8b6b (diff) | |
Fix formatting.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/video_content.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc index 4f1b08016..13e7ba893 100644 --- a/src/lib/video_content.cc +++ b/src/lib/video_content.cc @@ -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; } |
