diff options
author | Werner Koch <wk@gnupg.org> | 1999-02-16 14:16:33 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1999-02-16 14:16:33 +0100 |
commit | e1a1b3fc90af66a5db5ee92514b0a7c52e49d1ed (patch) | |
tree | 31dd54ac26b4c3fc30cc93d66161e72bf4cf7927 /util/ttyio.c | |
parent | See ChangeLog: Sat Feb 13 14:13:04 CET 1999 Werner Koch (diff) | |
download | gnupg2-e1a1b3fc90af66a5db5ee92514b0a7c52e49d1ed.tar.xz gnupg2-e1a1b3fc90af66a5db5ee92514b0a7c52e49d1ed.zip |
See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch
Diffstat (limited to 'util/ttyio.c')
-rw-r--r-- | util/ttyio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ttyio.c b/util/ttyio.c index e457949a0..b5d0a1302 100644 --- a/util/ttyio.c +++ b/util/ttyio.c @@ -76,7 +76,7 @@ cleanup(void) #endif static void -init_ttyfp() +init_ttyfp(void) { if( initialized ) return; |