[Scummvm-devel] Re: Typo in resource.cpp

Max Horn max at quendi.de
Sat Jul 19 04:50:02 CEST 2003


Am Samstag, 19.07.03 um 13:03 Uhr schrieb Mikesch Nepomuk:

>
> Hi Max,
>
> small typo in resource.cpp (around line #1130):
>
>   memset(ptr, 0, 8), ptr += 8;
>
> should be:
>
>   memset(ptr, 0, 8); ptr += 8;
>
"Fixed". Although it makes no difference, either way is equivalent.


Cheers,

Max





More information about the Scummvm-devel mailing list