summaryrefslogtreecommitdiffstats
path: root/src/blueshift_idcrtc.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-11 06:11:28 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-11 06:11:28 +0200
commit915bfd8bae3b8ab3e491bc5c426931d305fdfaa7 (patch)
tree3a61c48a239ab4d0cac4297fc321cc53feb5f211 /src/blueshift_idcrtc.c
parenttypo (diff)
downloadblueshift-915bfd8bae3b8ab3e491bc5c426931d305fdfaa7.tar.gz
blueshift-915bfd8bae3b8ab3e491bc5c426931d305fdfaa7.tar.bz2
blueshift-915bfd8bae3b8ab3e491bc5c426931d305fdfaa7.tar.xz
missed line break
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/blueshift_idcrtc.c2
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;
}