Skip to content

Commit

Permalink
DOS: and print dot, please
Browse files Browse the repository at this point in the history
  • Loading branch information
JNechaevsky committed Jun 9, 2020
1 parent d401925 commit 281b6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i_ibm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ byte *I_ZoneBase (int *size)
} while (!ptr);

printf(english_language ?
", %d MB allocated for zone\n" :
", %d MB allocated for zone.\n" :
", %d Œ¡ ©â ®¡­ à㦥­® ¤«ï à á¯à¥¤¥«¥­¨ï.\n", heap >> 20);
if (heap < 1572864) // [JN] Equals 1.5 MB.
{
Expand Down

0 comments on commit 281b6f3

Please sign in to comment.