summaryrefslogtreecommitdiff
path: root/struct.c
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-12 17:48:28 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-12 17:48:28 -0200
commit51a24f2177b09f8ef63ba1e5b09028f0582e1138 (patch)
treeeec34d9243cc578bb8f2e786f3be653f47329483 /struct.c
parenta9a8778a984e69007d77227969b0103b2a81e4c8 (diff)
Ansification and compile warning fixes.
This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects make distcheck and all gcc 4.3 and sparse warnings.
Diffstat (limited to 'struct.c')
-rw-r--r--struct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/struct.c b/struct.c
index 2d346e6..c0a3add 100644
--- a/struct.c
+++ b/struct.c
@@ -28,7 +28,7 @@ THE SOFTWARE.
#include "fonttosfnt.h"
FontPtr
-makeFont()
+makeFont(void)
{
FontPtr font;