projects
/
profile
/
ivi
/
weston-ivi-shell.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37032f8
)
compositor: Fix missing ';' in previous commit
author
Kristian Høgsberg
<krh@bitplanet.net>
Wed, 20 Jun 2012 18:24:21 +0000
(14:24 -0400)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Wed, 20 Jun 2012 18:24:21 +0000
(14:24 -0400)
src/compositor.c
patch
|
blob
|
history
diff --git
a/src/compositor.c
b/src/compositor.c
index
4c569c6
..
4891e35
100644
(file)
--- a/
src/compositor.c
+++ b/
src/compositor.c
@@
-3171,7
+3171,7
@@
static const char xdg_wrong_mode_message[] =
"warning: XDG_RUNTIME_DIR \"%s\" is not configured\n"
"correctly. Unix access mode must be 0700 but is %o,\n"
"and XDG_RUNTIME_DIR must be owned by the user, but is\n"
- "owned by UID %d.\n"
+ "owned by UID %d.\n"
;
static const char xdg_detail_message[] =
"Refer to your distribution on how to get it, or\n"