diff options
| author | Karel Klic <kklic@redhat.com> | 2011-05-13 18:32:06 +0200 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2011-05-13 18:32:06 +0200 |
| commit | e16a562d8616d2ac55f58b091f95acd5b3174229 (patch) | |
| tree | bf5c97a4ab4d4f792c436d4ed93a1c36cd381c3b /src/report-python | |
| parent | 15473d2a5ecfd20bd8cc3982e703fcedd51289f8 (diff) | |
| parent | e123c5f3b4bdd10f3b495a4a948f6c452ed6205f (diff) | |
| download | abrt-e16a562d8616d2ac55f58b091f95acd5b3174229.tar.gz abrt-e16a562d8616d2ac55f58b091f95acd5b3174229.tar.xz abrt-e16a562d8616d2ac55f58b091f95acd5b3174229.zip | |
merge
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 |
