changeset 7182:65acffe70a6d

[gaim-migrate @ 7750] I wish someone told me I had a missing semicolon. I have to go make an appointment with my doctor. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 07 Oct 2003 00:21:53 +0000
parents 0c5ebec4d34e
children 071dee25c48e
files doc/PERL-HOWTO.dox
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/PERL-HOWTO.dox	Tue Oct 07 00:01:49 2003 +0000
+++ b/doc/PERL-HOWTO.dox	Tue Oct 07 00:21:53 2003 +0000
@@ -39,7 +39,7 @@
 
     load             => "plugin_load",
     unload           => "plugin_unload"
-)
+);
 
 sub plugin_init {
     return %PLUGIN_INFO;