summaryrefslogtreecommitdiff
path: root/src/stubs/errorf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stubs/errorf.c')
-rw-r--r--src/stubs/errorf.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/stubs/errorf.c b/src/stubs/errorf.c
new file mode 100644
index 0000000..44d675c
--- /dev/null
+++ b/src/stubs/errorf.c
@@ -0,0 +1,10 @@
+/* $XFree86: xc/lib/font/stubs/errorf.c,v 1.1 1999/01/11 05:13:19 dawes Exp $ */
+
+#include "stubs.h"
+
+void
+ErrorF(char *f)
+{
+}
+
+/* end of file */