From: Kartik Thakore Date: Fri, 6 Nov 2009 16:47:13 +0000 (-0500) Subject: Typo fixes of typo fixes :p X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=74d1e1e2a26743ff683e87d5ea661b27c5fa3e5e;p=sdlgit%2FSDL_perl.git Typo fixes of typo fixes :p --- diff --git a/src/Core/objects/Event.xs b/src/Core/objects/Event.xs index 750a4f9..a41c582 100644 --- a/src/Core/objects/Event.xs +++ b/src/Core/objects/Event.xs @@ -179,7 +179,7 @@ event_quit ( event, ... ) PREINIT: char *CLASS = "SDL::QuitEvent"; CODE: - RETVALE = NULL; + RETVAL = NULL; if ( &event != NULL ) RETVAL = &(event->quit); OUTPUT: @@ -191,7 +191,7 @@ event_user ( event, ... ) PREINIT: char *CLASS = "SDL::UserEvent"; CODE: - RETVALE = NULL; + RETVAL = NULL; if ( &event != NULL ) RETVAL = &(event->user); OUTPUT: @@ -203,7 +203,7 @@ event_syswm ( event, ... ) PREINIT: char *CLASS = "SDL::SysWMEvent"; CODE: - RETVALE = NULL; + RETVAL = NULL; if ( &event != NULL ) RETVAL = &(event->syswm); OUTPUT: