diff options
Diffstat (limited to 'ext/satellite/php_orbit.c')
-rw-r--r-- | ext/satellite/php_orbit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/satellite/php_orbit.c b/ext/satellite/php_orbit.c index 65ec2aae0e..5fb14194c4 100644 --- a/ext/satellite/php_orbit.c +++ b/ext/satellite/php_orbit.c @@ -56,8 +56,7 @@ PHP_INI_END() /* * functions in module */ -static function_entry satellite_functions[] = -{ +static function_entry satellite_functions[] = { PHP_FE(satellite_load_idl, NULL) PHP_FE(satellite_get_repository_id, NULL) PHP_FE(satellite_caught_exception, NULL) |