X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fbio%2Fserv_bio.c;fp=citadel%2Fmodules%2Fbio%2Fserv_bio.c;h=665873ab50d612f5e81fef8ec975e3c35a07f71a;hb=0428f9c321bffd2afbd5c41c1170b74d240a5c64;hp=ac135cc2272c084baa4b6d2e2e42e53ac4227e14;hpb=2e7451798e995a31de43756aa8103f399f2143c7;p=citadel.git diff --git a/citadel/modules/bio/serv_bio.c b/citadel/modules/bio/serv_bio.c index ac135cc22..665873ab5 100644 --- a/citadel/modules/bio/serv_bio.c +++ b/citadel/modules/bio/serv_bio.c @@ -148,7 +148,7 @@ CTDL_MODULE_INIT(bio) CtdlRegisterProtoHook(cmd_rbio, "RBIO", "Read a user's bio"); CtdlRegisterProtoHook(cmd_lbio, "LBIO", "List users with bios"); } - /* return our Subversion id for the Log */ + /* return our module name for the log */ return "bio"; }