summaryrefslogtreecommitdiff
path: root/pango/querymodules.c
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-12-17 22:33:35 +0000
committerDarin Adler <darin@src.gnome.org>2001-12-17 22:33:35 +0000
commit01b5c66858b8253c62b51760aef8ba1c8ad18e64 (patch)
tree28a388c4fbd72de109da0a891fca8cd05e759cc3 /pango/querymodules.c
parent98786bf21ba68bfe496887ea31573498fe996b68 (diff)
downloadpango-01b5c66858b8253c62b51760aef8ba1c8ad18e64.tar.gz
Fix doc comment. Move include outside G_BEGIN_DECLS. Add const to avoid
* pango/pangoft2.c: Fix doc comment. * pango/pangoft2.h: Move include outside G_BEGIN_DECLS. * pango/querymodules.c: (main): Add const to avoid warning. * tests/dump-boundaries.c: (fail): Remove unused local.
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 7cbeeeb7..c29c8ed4 100644
--- a/pango/querymodules.c
+++ b/pango/querymodules.c
@@ -144,7 +144,7 @@ int main (int argc, char **argv)
GDir *dir = g_dir_open (dirs[i], 0, NULL);
if (dir)
{
- char *dent;
+ const char *dent;
while ((dent = g_dir_read_name (dir)))
{