summaryrefslogtreecommitdiff
path: root/ddb/db_command.c
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-11-20 21:41:36 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-11-20 21:41:36 +0100
commit9096a424b863e2d7c8b91eb74f6ce5888ac0adf8 (patch)
tree79c82c6b94e91f48ea4351f7724fd827de54b770 /ddb/db_command.c
parentf8e08f8ece7e275d3471e644c26334214d4a7897 (diff)
Add comment
* ddb/db_command.c [DB_MACHINE_COMMANDS]: Add comment after endif.
Diffstat (limited to 'ddb/db_command.c')
-rw-r--r--ddb/db_command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ddb/db_command.c b/ddb/db_command.c
index 6cca94b..1299cfa 100644
--- a/ddb/db_command.c
+++ b/ddb/db_command.c
@@ -383,7 +383,7 @@ struct db_command *ptr;
return;
}
-#endif
+#endif /* DB_MACHINE_COMMANDS */
struct db_command *db_last_command = 0;