diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-11-20 21:41:36 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-11-20 21:41:36 +0100 |
commit | 9096a424b863e2d7c8b91eb74f6ce5888ac0adf8 (patch) | |
tree | 79c82c6b94e91f48ea4351f7724fd827de54b770 /ddb | |
parent | f8e08f8ece7e275d3471e644c26334214d4a7897 (diff) |
Add comment
* ddb/db_command.c [DB_MACHINE_COMMANDS]: Add comment after endif.
Diffstat (limited to 'ddb')
-rw-r--r-- | ddb/db_command.c | 2 |
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; |