summaryrefslogtreecommitdiff
path: root/libexec/xtend/user.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/xtend/user.c')
-rw-r--r--libexec/xtend/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/xtend/user.c b/libexec/xtend/user.c
index e10445ef1c3a8..b2a239a4cd076 100644
--- a/libexec/xtend/user.c
+++ b/libexec/xtend/user.c
@@ -89,7 +89,7 @@ user_command(void)
fprintf(User, "OK\n");
}
} else if(!strcmp("dump\n", cmd)) {
- snprintf(dumppath, sizeof(dumppath), "%s/%s" X10DIR, X10DUMPNAME);
+ snprintf(dumppath, sizeof(dumppath), "%s/%s", X10DIR, X10DUMPNAME);
if((dumpf = fopen(dumppath, "w")) != NULL) {
for(h = 0; h < 16; h++) {
for(i = 0; i < 16; i++) {