diff options
Diffstat (limited to 'src/cmd/auth/factotum/apop.c')
-rw-r--r-- | src/cmd/auth/factotum/apop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/auth/factotum/apop.c b/src/cmd/auth/factotum/apop.c index 5703571d..992cc0ad 100644 --- a/src/cmd/auth/factotum/apop.c +++ b/src/cmd/auth/factotum/apop.c @@ -148,7 +148,7 @@ struct ServerState enum { - APOPCHALLEN = 128, + APOPCHALLEN = 128 }; static int apopchal(ServerState*, int, char[APOPCHALLEN]); |