gdb/
[deliverable/binutils-gdb.git] / sim / m32c / safe-fgets.h
index 7d3edaab82d84657833b7304e97759f0246d5c5a..5b5907266645d81617b62704a66c324b05f84637 100644 (file)
@@ -1,6 +1,6 @@
 /* safe-fgets.h --- interface to safe version of fgets.
 
-Copyright (C) 2005, 2007 Free Software Foundation, Inc.
+Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc.
 Contributed by Red Hat, Inc.
 
 This file is part of the GNU simulators.
@@ -22,6 +22,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 #ifndef _safe_gets_h_
 #define _safe_gets_h_
 
-char *safe_fgets (FILE *f);
+char *safe_fgets (FILE * f);
 
 #endif
This page took 0.022974 seconds and 4 git commands to generate.