diff options
| -rw-r--r-- | ext/json/json.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/json.h b/ext/json/json.h index 873440527d..20e7101de7 100644 --- a/ext/json/json.h +++ b/ext/json/json.h @@ -82,4 +82,4 @@ typedef unsigned char _Bool; #endif #endif -#endif // _JSON_H_
\ No newline at end of file +#endif // _JSON_H_ |
