diff options
author | Ard Biesheuvel <abies@php.net> | 2003-09-02 13:34:23 +0000 |
---|---|---|
committer | Ard Biesheuvel <abies@php.net> | 2003-09-02 13:34:23 +0000 |
commit | 3d6426ee14a38bed1ebbccaf75d8eccfd7d08060 (patch) | |
tree | 41b93ebc793dff295dfa21a617098b4d7221540d /ext/standard/info.h | |
parent | 469b746b4d4c678a7fc511dd74160a322b16868a (diff) | |
download | php-git-3d6426ee14a38bed1ebbccaf75d8eccfd7d08060.tar.gz |
Fix use of EXTERN_C macros
Diffstat (limited to 'ext/standard/info.h')
-rw-r--r-- | ext/standard/info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/info.h b/ext/standard/info.h index 84dad6adb0..61f14701b7 100644 --- a/ext/standard/info.h +++ b/ext/standard/info.h @@ -83,6 +83,6 @@ PHPAPI void php_info_print_hr(void); PHPAPI char *php_logo_guid(void); void register_phpinfo_constants(INIT_FUNC_ARGS); -END_EXTERN_C(); +END_EXTERN_C() #endif /* INFO_H */ |