From: Michael Brown Date: Thu, 21 Jun 2001 15:42:12 +0000 (+0000) Subject: Oops - Id tag was wrong. X-Git-Tag: spong-2_4_6~18 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42559fc4c1b3fff776a6c09b593a057847842520;p=spong.git Oops - Id tag was wrong. --- diff --git a/src/lib/Spong/Client/plugins/check_memory b/src/lib/Spong/Client/plugins/check_memory index 4d9787a..45d05a1 100755 --- a/src/lib/Spong/Client/plugins/check_memory +++ b/src/lib/Spong/Client/plugins/check_memory @@ -1,4 +1,4 @@ -# $Id# +# $Id: check_memory,v 1.2 2001/06/21 15:42:12 supermathie Exp $ # vim:syn=perl:expandtab:ts=3:sw=3:ai:si # Register this routine with the plugin registry $CHECKFUNCS{'memory'} = \&check_memory;