summaryrefslogtreecommitdiff
path: root/source/LCDriverMethods.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/LCDriverMethods.cpp')
-rw-r--r--source/LCDriverMethods.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/LCDriverMethods.cpp b/source/LCDriverMethods.cpp
index 9ce1986..58e0783 100644
--- a/source/LCDriverMethods.cpp
+++ b/source/LCDriverMethods.cpp
@@ -1946,7 +1946,7 @@ int CLCDriverMethods::Do_A2_System_LoaderOnLoader(const char *pchPath, int iPLOf
NumberOfPackets = PL / PacketSize;
- if (NumberOfPackets * PacketSize == PL) {
+ if (NumberOfPackets *PacketSize == PL) {
NumberOfPackets--;
}
@@ -2346,7 +2346,7 @@ int CLCDriverMethods::Do_PROTROM_DownloadLoader(const char *pchPath, int iPLOffs
//Download all packet beside one
NumberOfPackets = PL / PacketSize;
- if (NumberOfPackets * PacketSize == PL) {
+ if (NumberOfPackets *PacketSize == PL) {
NumberOfPackets--;
}