ICU-10365 Fix typo in previous commit that broke the build on several platforms.

X-SVN-Rev: 34214
This commit is contained in:
Andy Heninger 2013-09-06 04:14:48 +00:00
parent ec72ffe189
commit 216de3bb95

View file

@ -171,7 +171,7 @@ umtx_atomic_inc(u_atomic_int32_t *p);
U_COMMON_API int32_t U_EXPORT2
umtx_atomic_dec(u_atomic_int32_t *p);
U_NAMESAPCE_END
U_NAMESPACE_END
#endif /* Low Level Atomic Ops Platfrom Chain */