diff options
| author | xXx-caillou-xXx | 2018-08-30 17:14:08 +0200 |
|---|---|---|
| committer | jvoisin | 2018-08-30 15:14:08 +0000 |
| commit | 206ffa3fb3fd72c6a2eb45194fb176535a91288c (patch) | |
| tree | 23a25d83c4ca878861f413a0d5df2ad77c7dadaf /src/sp_config.c | |
| parent | b3f67a16094168cc334f5da93a86f09476e01601 (diff) | |
Minor code cleanup
Diffstat (limited to 'src/sp_config.c')
| -rw-r--r-- | src/sp_config.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sp_config.c b/src/sp_config.c index 2480362..dbf3881 100644 --- a/src/sp_config.c +++ b/src/sp_config.c | |||
| @@ -113,8 +113,7 @@ int parse_php_type(char *restrict line, char *restrict keyword, void *retval) { | |||
| 113 | sp_log_err("error", | 113 | sp_log_err("error", |
| 114 | "%s) is expecting a valid php type ('false', 'true'," | 114 | "%s) is expecting a valid php type ('false', 'true'," |
| 115 | " 'array'. 'object', 'long', 'double', 'null', 'resource', " | 115 | " 'array'. 'object', 'long', 'double', 'null', 'resource', " |
| 116 | "'reference'," | 116 | "'reference', 'undef') on line %zu", |
| 117 | " 'undef') on line %zu", | ||
| 118 | keyword, sp_line_no); | 117 | keyword, sp_line_no); |
| 119 | return -1; | 118 | return -1; |
| 120 | } | 119 | } |
