aboutsummaryrefslogtreecommitdiffstats
path: root/dispose_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'dispose_cmd.c')
-rw-r--r--dispose_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dispose_cmd.c b/dispose_cmd.c
index 4bf2c04..1067023 100644
--- a/dispose_cmd.c
+++ b/dispose_cmd.c
@@ -169,7 +169,7 @@ dispose_command (command)
}
default:
- programming_error ("dispose_command: bad command type `%d'", command->type);
+ command_error ("dispose_command", CMDERR_BADTYPE, command->type, 0);
break;
}
free (command);