BugFix 2: fix errors found by cppcheck

Change-Id: I262af4dcf3ad1dca9d7e7d88838ae90323303c1d
Reviewed-on: https://review.haiku-os.org/c/1294
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Lee Mon
2019-03-16 17:28:06 +00:00
committed by waddlesplash
parent 446dc38f89
commit d04d9b2519
8 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -504,7 +504,7 @@ int mapname(__G__ renamed)
!= (RO_extra_block *)NULL)
{
/* file *must* have a RISC OS extra field */
long ft = (long)makelong((ef_spark->loadaddr);
long ft = (long)makelong(ef_spark->loadaddr);
/*32-bit*/
if (lastcomma) {
pp = lastcomma + 1;