* added a comment infront of the svn modifieable returns. Now it will be me listed...
[citadel.git] / citadel / serv_mrtg.c
index a28896cb1cc045c07f36751904624e3534616f1b..ec2493d767b0c60ffe6c9b6037df8d89b1499fa6 100644 (file)
@@ -130,5 +130,7 @@ void cmd_mrtg(char *argbuf) {
 char *serv_mrtg_init(void)
 {
         CtdlRegisterProtoHook(cmd_mrtg, "MRTG", "Supply stats to MRTG");
+
+       /* return our Subversion id for the Log */
         return "$Id$";
 }