summaryrefslogtreecommitdiff
path: root/pango/querymodules.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-08-24 16:36:05 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-08-24 16:36:05 +0000
commit180627387c544eafc8e253ea6e9f13064e328500 (patch)
treebefa17ce7d7ebc6d1ee59d6eeb5ff36993f1e8e9 /pango/querymodules.c
parentc9f014f6478e48efd4427efa0f1d1f37a2c3563b (diff)
downloadpango-180627387c544eafc8e253ea6e9f13064e328500.tar.gz
Remove a stray ; (#120528, Mehran Mehr)
Sun Aug 24 12:35:25 2003 Owen Taylor <otaylor@redhat.com> * pango/querymodules.c: Remove a stray ; (#120528, Mehran Mehr)
Diffstat (limited to 'pango/querymodules.c')
-rw-r--r--pango/querymodules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/querymodules.c b/pango/querymodules.c
index 88075628..0bec2a11 100644
--- a/pango/querymodules.c
+++ b/pango/querymodules.c
@@ -95,7 +95,7 @@ escape_string (const char *str)
})
#else
#define GET_SYMBOL(module,name,location) \
- g_module_symbol (module, name, (gpointer *)&location);
+ g_module_symbol (module, name, (gpointer *)&location)
#endif
void