getlog.c (getlog): Fix label/statement issue.

2011-01-26  Kai Tietz  <kai.tietz@onevision.com>

        * intrinsics/getlog.c (getlog): Fix label/statement issue.

From-SVN: r169279
This commit is contained in:
Kai Tietz 2011-01-26 09:14:01 +00:00 committed by Kai Tietz
parent 908ef79b5c
commit 8717f52fde
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-01-26 Kai Tietz <kai.tietz@onevision.com>
* intrinsics/getlog.c (getlog): Fix label/statement issue.
2011-01-25 Janne Blomqvist <jb@gcc.gnu.org>
PR libfortran/47375

View File

@ -115,5 +115,7 @@ PREFIX(getlog) (char * login, gfc_charlen_type login_len)
cleanup:
#ifdef HAVE_GETPWUID_R
free (buf);
#else
;
#endif
}