mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 15:05:53 +00:00
ICU-9101 A minor bug fix in utrace.c found during code review.
X-SVN-Rev: 35493
This commit is contained in:
parent
3f79fc8787
commit
8543a2f7ff
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue