* added a comment infront of the svn modifieable returns. Now it will be me listed...
[citadel.git] / citadel / serv_pop3.c
index 5880b97e97a3be81b336f818aa5db84ee17ac7a2..a03c6ee6ed1b410ce739211af450066f77af81c5 100644 (file)
@@ -725,5 +725,7 @@ char *serv_pop3_init(void)
                                NULL);
 #endif
        CtdlRegisterSessionHook(pop3_cleanup_function, EVT_STOP);
+
+       /* return our Subversion id for the Log */
        return "$Id$";
 }