From b1f4a3256004e8f12c15511d2b77074a3002b9f2 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 14 Dec 2010 17:17:07 +0100 Subject: jury-rig compile for python2.6; small style fixes Signed-off-by: Denys Vlasenko --- src/report-python/reportmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/report-python/reportmodule.c') 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; } -- cgit