aboutsummaryrefslogtreecommitdiff
path: root/src/include/pp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/pp.h')
-rw-r--r--src/include/pp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pp.h b/src/include/pp.h
index 4186ef3..bbb901c 100644
--- a/src/include/pp.h
+++ b/src/include/pp.h
@@ -27,7 +27,7 @@ typedef struct PP_STRUC {
PP_STATE_REG, /* Regular. */
PP_STATE_STR, /* String. */
PP_STATE_COM, /* Comment. */
- PP_STATE_ESC, /* Escaped character in string. */
+ PP_STATE_ESC /* Escaped character in string. */
/* PP_STATE_MCO, */ /* Macro. */
} state;
} pp_t;