(svn r19132) -Codechange: No need to end a line with ;;.
This commit is contained in:
@@ -138,5 +138,5 @@ uint8 GetReverseCargoTranslation(CargoID cargo, const GRFFile *grffile)
|
||||
}
|
||||
|
||||
/* No matching label was found, so we return the 'climate independent' 'bitnum' */
|
||||
return cs->bitnum;;
|
||||
return cs->bitnum;
|
||||
}
|
||||
|
Reference in New Issue
Block a user