summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/io/ucln_io.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/io/ucln_io.cpp')
-rw-r--r--deps/icu-small/source/io/ucln_io.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/deps/icu-small/source/io/ucln_io.cpp b/deps/icu-small/source/io/ucln_io.cpp
index 9469f5d58b..5822d22be1 100644
--- a/deps/icu-small/source/io/ucln_io.cpp
+++ b/deps/icu-small/source/io/ucln_io.cpp
@@ -1,3 +1,5 @@
+// Copyright (C) 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/*
******************************************************************************
* *
@@ -33,7 +35,7 @@ static const char copyright[] = U_COPYRIGHT_STRING;
static cleanupFunc *gCleanupFunctions[UCLN_IO_COUNT];
-static UBool io_cleanup(void)
+static UBool U_CALLCONV io_cleanup(void)
{
int32_t libType = UCLN_IO_START;