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 | |
parent | 6057c96c23f7084b095ff899e9b303d23516dc10 (diff) | |
download | pango-b9aaea84c9092c83906676aa97d8a7ea89a51f36.tar.gz |
add comment delimiters around trailing text after #endifs to remove warnings
-rw-r--r-- | pango/pango-attributes.h | 2 | ||||
-rw-r--r-- | pango/pango-context.h | 2 | ||||
-rw-r--r-- | pango/pango-coverage.h | 2 | ||||
-rw-r--r-- | pango/pango-engine.h | 2 | ||||
-rw-r--r-- | pango/pango-font.h | 2 | ||||
-rw-r--r-- | pango/pango-fontmap.h | 2 | ||||
-rw-r--r-- | pango/pango-glyph.h | 2 | ||||
-rw-r--r-- | pango/pango-item.h | 2 | ||||
-rw-r--r-- | pango/pango-layout.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/pango/pango-attributes.h b/pango/pango-attributes.h index 13c685cf..e7b362c0 100644 --- a/pango/pango-attributes.h +++ b/pango/pango-attributes.h @@ -156,4 +156,4 @@ void pango_attr_iterator_get_font (PangoAttrIterator *iterator } #endif /* __cplusplus */ -#endif __PANGO_ATTRIBUTES_H__ +#endif /* __PANGO_ATTRIBUTES_H__ */ 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__ */ diff --git a/pango/pango-coverage.h b/pango/pango-coverage.h index 08febeb7..1310da66 100644 --- a/pango/pango-coverage.h +++ b/pango/pango-coverage.h @@ -53,6 +53,6 @@ void pango_coverage_max (PangoCoverage *coverage, } #endif /* __cplusplus */ -#endif __PANGO_COVERAGE_H__ +#endif /* __PANGO_COVERAGE_H__ */ diff --git a/pango/pango-engine.h b/pango/pango-engine.h index 7c00ac19..4673f360 100644 --- a/pango/pango-engine.h +++ b/pango/pango-engine.h @@ -98,4 +98,4 @@ void script_engine_unload (PangoEngine *engine); } #endif /* __cplusplus */ -#endif __PANGO_ENGINE_H__ +#endif /* __PANGO_ENGINE_H__ */ diff --git a/pango/pango-font.h b/pango/pango-font.h index 2ea64df9..a299a887 100644 --- a/pango/pango-font.h +++ b/pango/pango-font.h @@ -155,4 +155,4 @@ void pango_font_get_glyph_extents (PangoFont *font, } #endif /* __cplusplus */ -#endif __PANGO_FONT_H__ +#endif /* __PANGO_FONT_H__ */ diff --git a/pango/pango-fontmap.h b/pango/pango-fontmap.h index a0ad1510..874ca26f 100644 --- a/pango/pango-fontmap.h +++ b/pango/pango-fontmap.h @@ -76,4 +76,4 @@ void pango_font_map_free_families (gchar **families, } #endif /* __cplusplus */ -#endif __PANGO_FONTMAP_H__ +#endif /* __PANGO_FONTMAP_H__ */ diff --git a/pango/pango-glyph.h b/pango/pango-glyph.h index f4ef2fa4..c8e29fd6 100644 --- a/pango/pango-glyph.h +++ b/pango/pango-glyph.h @@ -118,4 +118,4 @@ void pango_justify (PangoGlyphString *glyphs, } #endif /* __cplusplus */ -#endif __PANGO_GLYPH_H__ +#endif /* __PANGO_GLYPH_H__ */ diff --git a/pango/pango-item.h b/pango/pango-item.h index 8530f82a..407e5004 100644 --- a/pango/pango-item.h +++ b/pango/pango-item.h @@ -57,4 +57,4 @@ void pango_item_free (PangoItem *item); } #endif /* __cplusplus */ -#endif __PANGO_ITEM_H__ +#endif /* __PANGO_ITEM_H__ */ diff --git a/pango/pango-layout.h b/pango/pango-layout.h index 51c354ff..da3b1e1f 100644 --- a/pango/pango-layout.h +++ b/pango/pango-layout.h @@ -138,5 +138,5 @@ void pango_layout_line_get_extents (PangoLayoutLine *line, } #endif /* __cplusplus */ -#endif __PANGO_LAYOUT_H__ +#endif /* __PANGO_LAYOUT_H__ */ |