Commit 8717f52f by Kai Tietz Committed by Kai Tietz

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
parent 908ef79b
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
......
......@@ -115,5 +115,7 @@ PREFIX(getlog) (char * login, gfc_charlen_type login_len)
cleanup:
#ifdef HAVE_GETPWUID_R
free (buf);
#else
;
#endif
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment