aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-kbdc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds-kbdc')
-rw-r--r--src/mds-kbdc/parse-error.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mds-kbdc/parse-error.h b/src/mds-kbdc/parse-error.h
index 2c4aca8..51094db 100644
--- a/src/mds-kbdc/parse-error.h
+++ b/src/mds-kbdc/parse-error.h
@@ -23,6 +23,7 @@
#include <stdio.h>
+
/**
* Not an error, simply a note about the previous error or warning
*/
@@ -139,5 +140,6 @@ void mds_kbdc_parse_error_destroy_all(mds_kbdc_parse_error_t** restrict these);
void mds_kbdc_parse_error_free_all(mds_kbdc_parse_error_t** restrict these);
+
#endif