summaryrefslogtreecommitdiffstats
path: root/board/MAI/bios_emulator/scitech/src/pm/dos/ztimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/MAI/bios_emulator/scitech/src/pm/dos/ztimer.c')
-rw-r--r--board/MAI/bios_emulator/scitech/src/pm/dos/ztimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/MAI/bios_emulator/scitech/src/pm/dos/ztimer.c b/board/MAI/bios_emulator/scitech/src/pm/dos/ztimer.c
index 960ed06cd7..53ab16cf40 100644
--- a/board/MAI/bios_emulator/scitech/src/pm/dos/ztimer.c
+++ b/board/MAI/bios_emulator/scitech/src/pm/dos/ztimer.c
@@ -106,6 +106,6 @@ passed, so if this happens we will be generating erronous results.
ulong __ULZElapsedTime(ulong start,ulong finish)
{
if (finish < start)
- finish += 1573040L; /* Number of ticks in 24 hours */
+ finish += 1573040L; /* Number of ticks in 24 hours */
return finish - start;
}
OpenPOWER on IntegriCloud