summaryrefslogtreecommitdiff
path: root/libc/msdos/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/msdos/time.c')
-rw-r--r--libc/msdos/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/msdos/time.c b/libc/msdos/time.c
index 0a66da8..271ea05 100644
--- a/libc/msdos/time.c
+++ b/libc/msdos/time.c
@@ -24,7 +24,7 @@ static int mdays[13] = { 0,31,31+28,31+28+31,31+28+31+30,
static long get_time(ah)
{
#asm
-#if !__FIST_ARG_IN_AX__
+#if !__FIRST_ARG_IN_AX__
mov bx,sp
mov ax,[bx+2]
#endif