Use macros for TUI window names
[deliverable/binutils-gdb.git] / sim / m32c / safe-fgets.h
index 7d3edaab82d84657833b7304e97759f0246d5c5a..54c838bc76d960081bd7309dd9318397a0a50875 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-2020 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.034193 seconds and 4 git commands to generate.