diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-10-04 18:50:07 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-10-04 18:50:07 -0700 |
commit | 5d18f978c9085c3c9d9a44c90e73055125e11a68 (patch) | |
tree | 472ccb096451a7f6dc36e3df311bfea3effd447c | |
parent | 1dc8867f53a81d6e1c413d393039747668d27bd4 (diff) |
Clear sparse warning: non-ANSI function declaration of function 'FontEncDirectory'
-rw-r--r-- | src/encparse.c | 2 |
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; |