diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-12 17:48:28 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-12 17:48:28 -0200 |
commit | 51a24f2177b09f8ef63ba1e5b09028f0582e1138 (patch) | |
tree | eec34d9243cc578bb8f2e786f3be653f47329483 /struct.c | |
parent | a9a8778a984e69007d77227969b0103b2a81e4c8 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ THE SOFTWARE. #include "fonttosfnt.h" FontPtr -makeFont() +makeFont(void) { FontPtr font; |