# | Line 19 | Line 19 | |
---|---|---|
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 | |
20 | * USA | |
21 | * | |
22 | < | * $Id: m_pong.c,v 1.44 2005/07/16 12:19:44 michael Exp $ |
22 | > | * $Id$ |
23 | */ | |
24 | ||
25 | #include "stdinc.h" | |
# | Line 57 | Line 57 | _moddeinit(void) | |
57 | mod_del_cmd(&pong_msgtab); | |
58 | } | |
59 | ||
60 | < | const char *_version = "$Revision: 1.44 $"; |
60 | > | const char *_version = "$Revision$"; |
61 | #endif | |
62 | ||
63 | static void |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |