Fix a few comments

This commit is contained in:
Máté Kocsis 2020-07-06 21:23:35 +02:00
parent 2b5de6f839
commit 91fbd12d57
No known key found for this signature in database
GPG key ID: FD055E41728BF310
6 changed files with 23 additions and 55 deletions

View file

@ -75,7 +75,7 @@ static void add_to_localtime_arr( IntlDateFormatter_object *dfo, zval* return_va
}
}
/* {{{ * Internal function which calls the udat_parseCalendar */
/* {{{ Internal function which calls the udat_parseCalendar */
static void internal_parse_to_localtime(IntlDateFormatter_object *dfo, char* text_to_parse, size_t text_len, int32_t *parse_pos, zval *return_value)
{
UCalendar *parsed_calendar = NULL;