]> Pileus Git - ~andy/fetchmail/blobdiff - gssapi.c
Correct title/topic, remove dates (6.3.22 isn't out yet), and re-sign.
[~andy/fetchmail] / 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);