weston-launcher: Add missing newline in error message

This commit is contained in:
Martin Andersson 2013-02-13 00:11:12 +01:00 committed by Kristian Høgsberg
parent 0c4445ba57
commit 566b46467f
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ weston_launcher_open(struct weston_compositor *compositor,
data = (union cmsg_data *) CMSG_DATA(cmsg);
if (data->fd == -1) {
fprintf(stderr, "missing drm fd in socket request");
fprintf(stderr, "missing drm fd in socket request\n");
return -1;
}