]> Pileus Git - ~andy/fetchmail/commitdiff
Fixup typo.
authorMatthias Andree <matthias.andree@gmx.de>
Fri, 12 Nov 2010 08:24:51 +0000 (09:24 +0100)
committerMatthias Andree <matthias.andree@gmx.de>
Fri, 12 Nov 2010 08:24:51 +0000 (09:24 +0100)
gssapi.c

index 716db317f9982b11c87080940bf9cf293cc09331..5a05ff8f9364b92683dafc4c7a4794ecacf07e14 100644 (file)
--- 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);