ICU-3718 Fix a typo

X-SVN-Rev: 15507
This commit is contained in:
George Rhoten 2004-05-24 21:34:22 +00:00
parent be140628f9
commit 12e3c5a61c

View File

@ -524,7 +524,7 @@ static void TestfgetsLineCount(void) {
int32_t repetitions;
int32_t nlRepetitions;
if (myFile == NULL) {
if (stdFile == NULL) {
log_err("Can't write test file.\n");
return;
}