diff options
| author | Karel Klic <kklic@redhat.com> | 2011-05-12 10:43:57 +0200 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2011-05-12 10:43:57 +0200 |
| commit | 5f42aa585aa9307872c74cf1bae5a852e3a75005 (patch) | |
| tree | 7b4b8b1f2951db833e5315c8d448f5a12a3cec7f /src/report-python/reportmodule.c | |
| parent | dc8318402cf793c4bce1a1a5e39c60a2d3bc917e (diff) | |
| parent | 5f05e82e179275da7b0c29fbba4ab42e32035a9d (diff) | |
| download | abrt-5f42aa585aa9307872c74cf1bae5a852e3a75005.tar.gz abrt-5f42aa585aa9307872c74cf1bae5a852e3a75005.tar.xz abrt-5f42aa585aa9307872c74cf1bae5a852e3a75005.zip | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/report-python/reportmodule.c')
| -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 |
