* added a comment infront of the svn modifieable returns. Now it will be me listed...
[citadel.git] / citadel / serv_autocompletion.c
index 994b4e8339cf0ef03ffca39ffed698196d8b7876..239985c655b294cd9193f12c121b7546cb58a7b6 100644 (file)
@@ -252,5 +252,7 @@ void cmd_auto(char *argbuf) {
 
 char *serv_autocompletion_init(void) {
        CtdlRegisterProtoHook(cmd_auto, "AUTO", "Do recipient autocompletion");
+
+       /* return our Subversion id for the Log */
        return "$Id$";
 }