diff options
Diffstat (limited to 'libf2c/libU77/ctime_.c')
-rw-r--r-- | libf2c/libU77/ctime_.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libf2c/libU77/ctime_.c b/libf2c/libU77/ctime_.c index c80f6f6866b..34e6d7c712e 100644 --- a/libf2c/libU77/ctime_.c +++ b/libf2c/libU77/ctime_.c @@ -39,7 +39,8 @@ Boston, MA 02111-1307, USA. */ /* may need sys/time.h & long arg for stime (bsd, svr1-3) */ -/* Character */ void G77_ctime_0 (char *chtime, const ftnlen Lchtime, longint * xstime) +/* Character */ void +G77_ctime_0 (char *chtime, const ftnlen Lchtime, longint * xstime) { int i, l; int s_copy (); |