diff options
Diffstat (limited to 'src/fill-or-stroke.h')
| -rw-r--r-- | src/fill-or-stroke.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fill-or-stroke.h b/src/fill-or-stroke.h index e4195324f..a38dfc32d 100644 --- a/src/fill-or-stroke.h +++ b/src/fill-or-stroke.h @@ -8,4 +8,4 @@ /** \post STROKE == 0, FILL != 0. */ enum FillOrStroke { STROKE = 0, FILL = 1 }; -#endif /* !SEEN_FILL_OR_STROKE_H */ +#endif // !SEEN_FILL_OR_STROKE_H |
