diff --git a/_examples/py_hi/hi.c b/_examples/py_hi/hi.c index 6be8ccd..c2f99f1 100644 --- a/_examples/py_hi/hi.c +++ b/_examples/py_hi/hi.c @@ -153,3 +153,4 @@ inithi(void) { (void) Py_InitModule3("hi", GoPy_hi_Methods, "FIXME(sbinet): documentation for package hi"); } +