diff options
author | Christopher Blizzard <blizzard@src.gnome.org> | 2000-06-19 03:02:06 +0000 |
---|---|---|
committer | Christopher Blizzard <blizzard@src.gnome.org> | 2000-06-19 03:02:06 +0000 |
commit | b9aaea84c9092c83906676aa97d8a7ea89a51f36 (patch) | |
tree | dd8eb12dc949fbd279fcef1295b4828b827c6528 /pango/pango-context.h | |
parent | 6057c96c23f7084b095ff899e9b303d23516dc10 (diff) | |
download | pango-b9aaea84c9092c83906676aa97d8a7ea89a51f36.tar.gz |
add comment delimiters around trailing text after #endifs to remove warnings
Diffstat (limited to 'pango/pango-context.h')
-rw-r--r-- | pango/pango-context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-context.h b/pango/pango-context.h index 5b5d663d..ba2144d1 100644 --- a/pango/pango-context.h +++ b/pango/pango-context.h @@ -80,4 +80,4 @@ GList *pango_itemize (PangoContext *context, } #endif /* __cplusplus */ -#endif __PANGO_CONTEXT_H__ +#endif /* __PANGO_CONTEXT_H__ */ |