ICU-3008 Don't use // in C files.
X-SVN-Rev: 12578
This commit is contained in:
parent
c9f6681c36
commit
a66ecb7536
@ -390,7 +390,7 @@ static void udata_pathiter_init(UDataPathIterator *iter, const char *path,
|
||||
if (t != NULL) {
|
||||
iter->itemPath = t;
|
||||
} else {
|
||||
// Malloc failed. Ignore the itemPath.
|
||||
/* Malloc failed. Ignore the itemPath. */
|
||||
itemPathLen = 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user