X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..ef6cf650f4a75c3f97de06b51fa104f2069b9ea2:/icuSources/samples/coll/coll.cpp diff --git a/icuSources/samples/coll/coll.cpp b/icuSources/samples/coll/coll.cpp index 402ba4b4..28e52392 100644 --- a/icuSources/samples/coll/coll.cpp +++ b/icuSources/samples/coll/coll.cpp @@ -1,6 +1,6 @@ /******************************************************************** * COPYRIGHT: - * Copyright (C) 2002-2003 IBM, Inc. All Rights Reserved. + * Copyright (C) 2002-2006 IBM, Inc. All Rights Reserved. * ********************************************************************/ @@ -86,7 +86,8 @@ UBool processOptions(int argc, const char **argv, OptSpec opts[]) { for (int argNum = 1; argNum < argc; argNum ++) { const char *pArgName = argv[argNum]; - for (OptSpec *pOpt = opts; pOpt->name != 0; pOpt ++) { + OptSpec *pOpt; + for (pOpt = opts; pOpt->name != 0; pOpt ++) { if (strcmp(pOpt->name, pArgName) == 0) { switch (pOpt->type) { case OptSpec::FLAG: