summaryrefslogtreecommitdiffstats
path: root/src/report-python/reportmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/report-python/reportmodule.c')
-rw-r--r--src/report-python/reportmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report-python/reportmodule.c b/src/report-python/reportmodule.c
index b73f88f5..7955ab83 100644
--- a/src/report-python/reportmodule.c
+++ b/src/report-python/reportmodule.c
@@ -20,7 +20,7 @@ init_pyreport(void)
m = Py_InitModule3("_pyreport", module_methods, "Python wrapper around crash_data_t");
if (m == NULL)
{
- printf("m == NULL");
+ printf("m == NULL\n");
return;
}