1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00

- No C++ comments in C files!

This commit is contained in:
Jani Taskinen
2008-08-03 11:48:20 +00:00
parent c2c76d2d78
commit 47a2bad767
+1 -1
View File
@@ -5263,7 +5263,7 @@ ZEND_API size_t zend_dirname(char *path, size_t len)
if (len_adjust == 0) {
path[0] = '.';
path[1] = '\0';
return 1; //only one character
return 1; /* only one character */
} else {
path[0] = '\0';
return len_adjust;