diff options
Diffstat (limited to 'libf2c/libI77/ilnw.c')
-rw-r--r-- | libf2c/libI77/ilnw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libf2c/libI77/ilnw.c b/libf2c/libI77/ilnw.c index bf9f87b8919..bf1fe66e172 100644 --- a/libf2c/libI77/ilnw.c +++ b/libf2c/libI77/ilnw.c @@ -9,7 +9,7 @@ extern int f__icnum; extern void z_putc(int); static int -z_wSL(Void) +z_wSL(void) { while(f__recpos < f__svic->icirlen) z_putc(' '); @@ -59,7 +59,7 @@ s_wsli(icilist *a) return(0); } -integer e_wsli(Void) +integer e_wsli(void) { f__init = 1; z_wSL(); |