diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2011-05-13 09:52:51 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2011-05-13 09:52:51 +0200 |
| commit | 3566c737ecc35b17a09430eca8b6cb5fcc187245 (patch) | |
| tree | 30cf569ba80d12afb158baba9c6257639eeead7a /src/report-python | |
| parent | 7cfbac7966d99568565abea25a57522288d9a279 (diff) | |
| parent | e123c5f3b4bdd10f3b495a4a948f6c452ed6205f (diff) | |
| download | abrt-3566c737ecc35b17a09430eca8b6cb5fcc187245.tar.gz abrt-3566c737ecc35b17a09430eca8b6cb5fcc187245.tar.xz abrt-3566c737ecc35b17a09430eca8b6cb5fcc187245.zip | |
Merge branch 'master' into report_api
Diffstat (limited to 'src/report-python')
| -rw-r--r-- | src/report-python/reportmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report-python/reportmodule.c b/src/report-python/reportmodule.c index c40cfaf6..92f435ce 100644 --- a/src/report-python/reportmodule.c +++ b/src/report-python/reportmodule.c @@ -30,7 +30,7 @@ static PyMethodDef module_methods[] = { { NULL } }; -#ifndef PyMODINIT_FUNC /* declarations for DLL import/export */ +#ifndef PyMODINIT_FUNC /* declarations for DLL import/export */ #define PyMODINIT_FUNC void #endif PyMODINIT_FUNC |
