diff options
| author | jvoisin | 2017-10-13 14:38:30 +0200 |
|---|---|---|
| committer | jvoisin | 2017-10-13 14:38:30 +0200 |
| commit | e8c0d1a35ac0b0f5c6b72740f25107b01ac13008 (patch) | |
| tree | 0045cbd66e7854d9c59cd66faf02abaebd0ab97f /src/sp_execute.c | |
| parent | d8ac16389f12bfa5217ad3f0088d7060da280b42 (diff) | |
Fix some pedantic warnings
Diffstat (limited to 'src/sp_execute.c')
| -rw-r--r-- | src/sp_execute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_execute.c b/src/sp_execute.c index c8f7acf..bfe73c1 100644 --- a/src/sp_execute.c +++ b/src/sp_execute.c | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | #include <errno.h> | 3 | #include <errno.h> |
| 4 | #include <string.h> | 4 | #include <string.h> |
| 5 | 5 | ||
| 6 | ZEND_DECLARE_MODULE_GLOBALS(snuffleupagus); | 6 | ZEND_DECLARE_MODULE_GLOBALS(snuffleupagus) |
| 7 | 7 | ||
| 8 | static void (*orig_execute_ex)(zend_execute_data *execute_data); | 8 | static void (*orig_execute_ex)(zend_execute_data *execute_data); |
| 9 | static int (*orig_zend_stream_open)(const char *filename, | 9 | static int (*orig_zend_stream_open)(const char *filename, |
