Skip to content

Commit 920a549

Browse files
committed
add missing newline
1 parent ce1ae24 commit 920a549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flutter-pi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@ bool init_application(void) {
11491149
drm.disable_vsync = true;
11501150
if (ok != 0) {
11511151
fprintf(stderr,
1152-
"WARNING: Could not get last vblank timestamp. %s", strerror(_errno));
1152+
"WARNING: Could not get last vblank timestamp. %s\n", strerror(_errno));
11531153
} else {
11541154
fprintf(stderr,
11551155
"WARNING: Kernel didn't return a valid vblank timestamp. (timestamp == 0)\n");

0 commit comments

Comments
 (0)