diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-10-20 06:25:23 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-10-20 06:25:23 +0000 |
commit | a8fb4194926aa22732192b37768be34aec0c9360 (patch) | |
tree | 4cf96546c03fa82ebdbf13dac92d10d35e4b4211 /getpass.c | |
parent | 62bdd79aa94a2c4624cb662c9ac43f9bf95d5427 (diff) | |
download | fetchmail-a8fb4194926aa22732192b37768be34aec0c9360.tar.gz fetchmail-a8fb4194926aa22732192b37768be34aec0c9360.tar.bz2 fetchmail-a8fb4194926aa22732192b37768be34aec0c9360.zip |
-Wall cleanup.
svn path=/trunk/; revision=2120
Diffstat (limited to 'getpass.c')
-rw-r--r-- | getpass.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ char *prompt; register c; FILE *fi; static char pbuf[INPUT_BUF_SIZE]; - RETSIGTYPE (*sig)(); + RETSIGTYPE (*sig)() = 0; /* initialization pacifies -Wall */ RETSIGTYPE sigint_handler(); int istty = isatty(0); |