summaryrefslogtreecommitdiffstats
path: root/src/report-python/reportmodule.c
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-12-14 17:17:07 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-12-14 17:17:07 +0100
commitb1f4a3256004e8f12c15511d2b77074a3002b9f2 (patch)
treed87ed73b341bafa0831668ed2a7fdb4431cdcb82 /src/report-python/reportmodule.c
parent8598b22e101201de4d06ea48f2b500f81f2b30d5 (diff)
downloadabrt-b1f4a3256004e8f12c15511d2b77074a3002b9f2.tar.gz
abrt-b1f4a3256004e8f12c15511d2b77074a3002b9f2.tar.xz
abrt-b1f4a3256004e8f12c15511d2b77074a3002b9f2.zip
jury-rig compile for python2.6; small style fixes
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
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;
}