ICU-3008 Don't use // in C files.

X-SVN-Rev: 12578
This commit is contained in:
George Rhoten 2003-07-02 01:01:00 +00:00
parent c9f6681c36
commit a66ecb7536

View File

@ -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;
}
}