Skip to content

Commit e6eee9e

Browse files
dmitrylyzoTheOneric
authored andcommitted
c++: add missing newline in printf message
1 parent 5ebf13d commit e6eee9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SubtitleOctopus.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class SubtitleOctopus {
266266
// make float buffer for blending
267267
float* buf = (float*)buffer_resize(&m_blend, sizeof(float) * width * height * 4, 0);
268268
if (buf == NULL) {
269-
printf("libass: error: cannot allocate buffer for blending");
269+
printf("libass: error: cannot allocate buffer for blending\n");
270270
return &m_blendResult;
271271
}
272272
memset(buf, 0, sizeof(float) * width * height * 4);

0 commit comments

Comments
 (0)