diff options
Diffstat (limited to 'python/modules/IcePy/Util.h')
-rw-r--r-- | python/modules/IcePy/Util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/modules/IcePy/Util.h b/python/modules/IcePy/Util.h index 5732a9d10df..c8e33a84313 100644 --- a/python/modules/IcePy/Util.h +++ b/python/modules/IcePy/Util.h @@ -16,7 +16,7 @@ #include <Ice/Exception.h> // -// These macros replace Py_RETURN_FALSE and Py_RETURN TRUE. We use these +// These macros replace Py_RETURN_FALSE and Py_RETURN_TRUE. We use these // instead of the standard ones in order to avoid GCC warnings about // strict aliasing and type punning. // |