From 19271dac1bd8a979b7a5e5aced784ac6e74148ec Mon Sep 17 00:00:00 2001 From: Michael Hampton Date: Sun, 5 Sep 2004 15:19:37 +0000 Subject: [PATCH] * citadel.c: Left a comment for Ford. --- citadel/citadel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citadel/citadel.c b/citadel/citadel.c index c2ac6f7d9..3915d8eb1 100644 --- a/citadel/citadel.c +++ b/citadel/citadel.c @@ -1457,7 +1457,7 @@ NEWUSR: if (strlen(rc_password) == 0) { dotgoto(ipc, argbuf, 0, 0); } break; - case 95: /* what exactly is the numbering scheme supposed to be anyway? */ + case 95: /* what exactly is the numbering scheme supposed to be anyway? --Ford, there isn't one. -IO */ dotungoto(ipc, argbuf); break; case 10: -- 2.39.2