1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-20 02:17:07 +00:00

Fixed comment.

This commit is contained in:
Oliver Schmidt
2020-11-17 08:53:48 +01:00
committed by GitHub
parent 69c0363c7e
commit 0cd8d37613
+1 -1
View File
@@ -1,7 +1,7 @@
;
; Christian Groessler, June-2016
;
; unsigned char doesclrscr(void);
; unsigned char doesclrscrafterexit (void);
;
; returns 0/1 if after program termination the screen isn't/is cleared
;