summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2006-10-04 18:50:07 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2006-10-04 18:50:07 -0700
commit5d18f978c9085c3c9d9a44c90e73055125e11a68 (patch)
tree472ccb096451a7f6dc36e3df311bfea3effd447c
parent1dc8867f53a81d6e1c413d393039747668d27bd4 (diff)
Clear sparse warning: non-ANSI function declaration of function 'FontEncDirectory'
-rw-r--r--src/encparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encparse.c b/src/encparse.c
index 9375ed9..784697b 100644
--- a/src/encparse.c
+++ b/src/encparse.c
@@ -789,7 +789,7 @@ error:
}
char*
-FontEncDirectory()
+FontEncDirectory(void)
{
static char* dir = NULL;