summaryrefslogtreecommitdiff
path: root/src/dged/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dged/command.h')
-rw-r--r--src/dged/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dged/command.h b/src/dged/command.h
index 2b0f074..ed1c2cc 100644
--- a/src/dged/command.h
+++ b/src/dged/command.h
@@ -82,7 +82,7 @@ struct command {
#define COMMAND_FN(name_, command_name, function, userdata_) \
static struct command command_name##_command = { \
.fn = function, \
- .name = #name_, \
+ .name = name_, \
.userdata = userdata_, \
};