summaryrefslogtreecommitdiff
path: root/ext/intl/intl_error.c
diff options
context:
space:
mode:
authorMax Semenik <maxsem.wiki@gmail.com>2020-07-01 16:32:55 +0300
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-07-06 21:13:34 +0200
commit2b5de6f839feea0ae1d5289d59dd7f159fcdcc8c (patch)
treef23a5c00a96f30a62ddcf626b4c6a6d53809d14f /ext/intl/intl_error.c
parent47579986504022d3eab38e24fff5861d5e4eadad (diff)
downloadphp-git-2b5de6f839feea0ae1d5289d59dd7f159fcdcc8c.tar.gz
Remove proto comments from C files
Closes GH-5758
Diffstat (limited to 'ext/intl/intl_error.c')
-rw-r--r--ext/intl/intl_error.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/ext/intl/intl_error.c b/ext/intl/intl_error.c
index 42486aa04b..f2394df371 100644
--- a/ext/intl/intl_error.c
+++ b/ext/intl/intl_error.c
@@ -195,8 +195,7 @@ void intl_errors_set( intl_error* err, UErrorCode code, const char* msg, int cop
}
/* }}} */
-/* {{{ void intl_errors_reset( intl_error* err )
- */
+/* {{{ void intl_errors_reset( intl_error* err ) */
void intl_errors_reset( intl_error* err )
{
if(err) {
@@ -206,8 +205,7 @@ void intl_errors_reset( intl_error* err )
}
/* }}} */
-/* {{{ void intl_errors_set_custom_msg( intl_error* err, char* msg, int copyMsg )
- */
+/* {{{ void intl_errors_set_custom_msg( intl_error* err, char* msg, int copyMsg ) */
void intl_errors_set_custom_msg( intl_error* err, const char* msg, int copyMsg )
{
if(err) {
@@ -217,8 +215,7 @@ void intl_errors_set_custom_msg( intl_error* err, const char* msg, int copyMsg )
}
/* }}} */
-/* {{{ intl_errors_set_code( intl_error* err, UErrorCode err_code )
- */
+/* {{{ intl_errors_set_code( intl_error* err, UErrorCode err_code ) */
void intl_errors_set_code( intl_error* err, UErrorCode err_code )
{
if(err) {