]> sourceware.org Git - newlib-cygwin.git/commitdiff
Fix stray closing brace
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 23 Aug 2016 11:08:01 +0000 (13:08 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 23 Aug 2016 11:08:01 +0000 (13:08 +0200)
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
newlib/libc/locale/setlocale.h

index 5bf9edcf15a7067601e48741e30f384db854cccf..86b638b706745508226a9a9c54d0352946235cd4 100644 (file)
@@ -228,7 +228,6 @@ __get_current_locale ()
 {
   return _REENT->_locale ?: __get_global_locale ();
 }
-}
 
 #ifdef __CYGWIN__
 _ELIDABLE_INLINE const struct lc_collate_T *
This page took 0.082017 seconds and 5 git commands to generate.