summaryrefslogtreecommitdiff
path: root/giscanner/giscannermodule.c
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2008-10-21 17:28:16 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-10-21 17:28:16 +0000
commit3d22724567656cb559cf983660989a68241a0b95 (patch)
treeaa63fe2d661a3fa3e98a3ee5499d2d6f09bc2a0d /giscanner/giscannermodule.c
parentefcca1bcac888b214b80fe2451edacbb3b224be3 (diff)
downloadgobject-introspection-3d22724567656cb559cf983660989a68241a0b95.tar.gz
Add missing whitespace to make pep8 happy
svn path=/trunk/; revision=774
Diffstat (limited to 'giscanner/giscannermodule.c')
-rw-r--r--giscanner/giscannermodule.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/giscanner/giscannermodule.c b/giscanner/giscannermodule.c
index 3f21bb19..dee9fed7 100644
--- a/giscanner/giscannermodule.c
+++ b/giscanner/giscannermodule.c
@@ -33,6 +33,8 @@
#include <windows.h>
#endif
+DL_EXPORT(void) init_giscanner(void);
+
#define NEW_CLASS(ctype, name, cname) \
static const PyMethodDef _Py##cname##_methods[]; \
PyTypeObject Py##cname##_Type = { \