diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-12-14 17:17:07 +0100 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-12-14 17:17:07 +0100 |
| commit | b1f4a3256004e8f12c15511d2b77074a3002b9f2 (patch) | |
| tree | d87ed73b341bafa0831668ed2a7fdb4431cdcb82 /src/report-python/py_crash_dump.h | |
| parent | 8598b22e101201de4d06ea48f2b500f81f2b30d5 (diff) | |
| download | abrt-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/py_crash_dump.h')
| -rw-r--r-- | src/report-python/py_crash_dump.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report-python/py_crash_dump.h b/src/report-python/py_crash_dump.h index a188e522..93ce5f84 100644 --- a/src/report-python/py_crash_dump.h +++ b/src/report-python/py_crash_dump.h @@ -27,4 +27,4 @@ PyObject *p_crash_data_add(PyObject *pself, PyObject *args, PyObject *kwds); /* crash_data object */ extern PyTypeObject p_crash_data_type; /* crash_data methods */ -extern PyMethodDef module_methods[];
\ No newline at end of file +extern PyMethodDef module_methods[]; |
