diff options
-rw-r--r-- | src/blueshift_idcrtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blueshift_idcrtc.c b/src/blueshift_idcrtc.c index 248c99e..3979bf5 100644 --- a/src/blueshift_idcrtc.c +++ b/src/blueshift_idcrtc.c @@ -93,7 +93,7 @@ int main(int argc, char** argv) { /* If not possible, print an error message and close the connection to the display. */ - fprintf(stderr, "RandR version query returned %i", error ? error->error_code : -1); + fprintf(stderr, "RandR version query returned %i\n", error ? error->error_code : -1); xcb_disconnect(connection); return 1; } |