Fixed identation

This commit is contained in:
Benedikt Tutzer 2019-04-01 13:36:01 +02:00
parent 03d1606b42
commit 072c939380
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
extern "C" PyObject* INIT_MODULE();
#else
# define INIT_MODULE initlibyosys
extern "C" void INIT_MODULE();
extern "C" void INIT_MODULE();
#endif
#endif