summaryrefslogtreecommitdiff
path: root/src/builtins/fpe.c
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-30 18:56:32 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-30 18:56:32 +0000
commit0c52dd6f8816a72d8309f0b059afb0c3393f17cf (patch)
tree558b1c12f214f22664ab504b2f54826a9d7d2aca /src/builtins/fpe.c
parent8520fa13d35e42da7352772b499beef258723d43 (diff)
Clear compiler warnings. (Stefan Dirsch)XORG-6_99_99_900XORG-6_8_99_901XORG-6_8_99_900
Diffstat (limited to 'src/builtins/fpe.c')
-rw-r--r--src/builtins/fpe.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/builtins/fpe.c b/src/builtins/fpe.c
index 58cfd59..f4ee93a 100644
--- a/src/builtins/fpe.c
+++ b/src/builtins/fpe.c
@@ -1,3 +1,4 @@
+/* $XdotOrg: $ */
/*
* Id: fpe.c,v 1.2 1999/11/02 06:16:48 keithp Exp $
*
@@ -74,7 +75,8 @@ BuiltinFreeFPE (fpe)
return Successful;
}
-BuiltinRegisterFpeFunctions()
+void
+BuiltinRegisterFpeFunctions(void)
{
BuiltinRegisterFontFileFunctions ();