summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2006-12-19 17:20:19 +0000
committerGeert Uytterhoeven <geert@linux-m68k.org>2006-12-19 17:20:19 +0000
commit1db5e0661714aae6b8854b4748a5eaa9b46eb21a (patch)
tree5667f713414241a001573ea35f4959ea00489202
parentf3ac88740d7ebe1e03fe9066dfe204a48b7bf0be (diff)
downloadfbtest-1db5e0661714aae6b8854b4748a5eaa9b46eb21a.tar.gz
Add missing spaces
-rw-r--r--fb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fb.c b/fb.c
index f0bef27..f19956c 100644
--- a/fb.c
+++ b/fb.c
@@ -276,9 +276,9 @@ static void var_validate(void)
do { \
if (fb_var.x != old->x) { \
if (error == -1) \
- Error(#x "changed from %u to %u\n", old->x, fb_var.x); \
+ Error(#x " changed from %u to %u\n", old->x, fb_var.x); \
else \
- Warning(#x "changed from %u to %u\n", old->x, fb_var.x);\
+ Warning(#x " changed from %u to %u\n", old->x, fb_var.x);\
} \
} while (0)