aboutsummaryrefslogtreecommitdiffstats
path: root/gssapi.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-11-12 09:24:51 +0100
committerMatthias Andree <matthias.andree@gmx.de>2010-11-12 09:24:51 +0100
commite5fd7d15fd251658aed0853aee117c672035b1c0 (patch)
tree9a4900006e43dcae5321f2fec80fffef57398c4c /gssapi.c
parent488c70f09ead76e1fdd38475387bd3f448def3f1 (diff)
downloadfetchmail-e5fd7d15fd251658aed0853aee117c672035b1c0.tar.gz
fetchmail-e5fd7d15fd251658aed0853aee117c672035b1c0.tar.bz2
fetchmail-e5fd7d15fd251658aed0853aee117c672035b1c0.zip
Fixup typo.
Diffstat (limited to 'gssapi.c')
-rw-r--r--gssapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gssapi.c b/gssapi.c
index 716db317..5a05ff8f 100644
--- a/gssapi.c
+++ b/gssapi.c
@@ -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);