Add missing '}'

This commit is contained in:
Marcus Boerger 2003-09-01 19:47:34 +00:00
parent 28f14424a2
commit bef3e13caf
2 changed files with 4 additions and 0 deletions

View file

@ -488,6 +488,8 @@ static void _extension_string(string *str, zend_module_entry *module, char *inde
}
string_printf(str, "%s }\n", indent);
}
string_printf(str, "%s}\n", indent);
}
static void _function_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask)

View file

@ -488,6 +488,8 @@ static void _extension_string(string *str, zend_module_entry *module, char *inde
}
string_printf(str, "%s }\n", indent);
}
string_printf(str, "%s}\n", indent);
}
static void _function_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask)