aboutsummaryrefslogtreecommitdiff
path: root/libcpp/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcpp/internal.h')
-rw-r--r--libcpp/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/internal.h b/libcpp/internal.h
index 90263bde47d..cd1a523219e 100644
--- a/libcpp/internal.h
+++ b/libcpp/internal.h
@@ -126,7 +126,7 @@ enum include_type
IT_MAIN, /* main */
IT_DIRECTIVE_HWM = IT_IMPORT + 1, /* Directives below this. */
- IT_HEADER_HWM = IT_DEFAULT + 1, /* Header files below this. */
+ IT_HEADER_HWM = IT_DEFAULT + 1 /* Header files below this. */
};
union utoken