summaryrefslogtreecommitdiff
path: root/ddb/db_sym.h
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-11-16 09:54:29 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-11-17 21:42:33 +0100
commitc0ce9914832282cee4d9f5a0c29f6643193648a5 (patch)
tree700a02816f8c15d6de12968c3ea863977c9590e8 /ddb/db_sym.h
parent1b332541d76de1443b72222779e7155aa2933ab2 (diff)
ddb/db_sym.h: add comment after endif
* ddb/db_sym.h: Add comment after endif.
Diffstat (limited to 'ddb/db_sym.h')
-rw-r--r--ddb/db_sym.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ddb/db_sym.h b/ddb/db_sym.h
index e40264a..d3cfec7 100644
--- a/ddb/db_sym.h
+++ b/ddb/db_sym.h
@@ -237,4 +237,4 @@ extern boolean_t db_line_at_pc(
int *linenum,
db_expr_t pc);
-#endif
+#endif /* _DDB_DB_SYM_H_ */