diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-11-12 09:24:51 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-11-12 09:24:51 +0100 |
commit | e5fd7d15fd251658aed0853aee117c672035b1c0 (patch) | |
tree | 9a4900006e43dcae5321f2fec80fffef57398c4c /gssapi.c | |
parent | 488c70f09ead76e1fdd38475387bd3f448def3f1 (diff) | |
download | fetchmail-e5fd7d15fd251658aed0853aee117c672035b1c0.tar.gz fetchmail-e5fd7d15fd251658aed0853aee117c672035b1c0.tar.bz2 fetchmail-e5fd7d15fd251658aed0853aee117c672035b1c0.zip |
Fixup typo.
Diffstat (limited to 'gssapi.c')
-rw-r--r-- | gssapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ static void decode_subr(const char *m, uint32_t code, int type, FILE *ostrm) } while(context); } -static void decode_status(const char *m, uint32_t major, uint32_t minor,m +static void decode_status(const char *m, uint32_t major, uint32_t minor, FILE *ostrm) { decode_subr(m, major, GSS_C_GSS_CODE, ostrm); |