ICU-174 Removed C++ style comments.
X-SVN-Rev: 369
This commit is contained in:
parent
ed53a3965a
commit
70a137312a
@ -523,7 +523,7 @@ bool_t deleteSharedConverterData (UConverterSharedData * deadSharedData)
|
||||
};
|
||||
break;
|
||||
|
||||
default: ; // semicolon makes MSVC happy
|
||||
default: ; /* semicolon makes MSVC happy */
|
||||
};
|
||||
|
||||
if(deadSharedData->dataMemory != NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user