mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-2412 Fix a compiler warning/error
X-SVN-Rev: 11395
This commit is contained in:
parent
4575efb175
commit
cfdaeca065
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@
|
|||
#include "unicode/ustring.h"
|
||||
#include "ustr_imp.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
U_CAPI const char * U_EXPORT2
|
||||
u_skipWhitespace(const char *s) {
|
||||
while(*s==' ' || *s=='\t') {
|
||||
|
|
Loading…
Add table
Reference in a new issue