ICU-9101 A minor bug fix in utrace.c found during code review.

X-SVN-Rev: 35493
This commit is contained in:
Yoshito Umaoka 2014-03-18 13:42:00 +00:00
parent 3f79fc8787
commit 8543a2f7ff

View file

@ -1,6 +1,6 @@
/*
*******************************************************************************
* Copyright (C) 2003-2008, International Business Machines
* Copyright (C) 2003-2014, International Business Machines
* Corporation and others. All Rights Reserved.
*******************************************************************************
* file name: utrace.c
@ -467,6 +467,8 @@ trCollNames[] = {
"ucol_getLocale",
"ucol_nextSortKeyPart",
"ucol_strcollIter",
"ucol_openFromShortString",
"ucol_strcollUTF8",
NULL
};