From: Breno G. de Oliveira Date: Thu, 8 Oct 2009 14:24:32 +0000 (-0300) Subject: minor pod fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d99c96f664d4845fc2b4fe3d03a5d859b4f724ba;p=sdlgit%2FSDL_perl.git minor pod fix --- diff --git a/lib/SDL/Surface.pm b/lib/SDL/Surface.pm index 5ba31f6..897234c 100644 --- a/lib/SDL/Surface.pm +++ b/lib/SDL/Surface.pm @@ -526,12 +526,12 @@ C converts the surface to the same format as the current screen. =head2 rgb () -C converts the surface to a 24 bit rgb format regardless of the -initial format. + +C converts the surface to a 24 bit rgb format regardless of the initial format. =head2 rgba () -C converts the surface to a 32 bit rgba format regarless of the -initial format. + +C converts the surface to a 32 bit rgba format regarless of the initial format. =head2 print (x,y,text...)