From: izydorst Date: Fri, 5 Mar 2004 17:11:57 +0000 (+0000) Subject: - comment fixes X-Git-Tag: V2.12.0~925 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2b66c5e131df70ffd3742fe863d8b9751f4a1c39;p=cc65 - comment fixes git-svn-id: svn://svn.cc65.org/cc65/trunk@2896 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/include/geos/ggraph.h b/include/geos/ggraph.h index 5e5206f22..6eea1dff9 100644 --- a/include/geos/ggraph.h +++ b/include/geos/ggraph.h @@ -100,7 +100,7 @@ void __fastcall__ GraphicsString(char *myGfxString); /* VDC screen constants */ #define SCREENBYTEWIDTH 80 #define SCREENPIXELWIDTH 640 -/* control characters for use as numbers, not chars */ +/* control characters for use as numbers, not characters */ #define BACKSPACE 8 #define FORWARDSPACE 9 #define TAB 9 @@ -124,7 +124,7 @@ void __fastcall__ GraphicsString(char *myGfxString); #define OUTLINEON 26 #define PLAINTEXT 27 /* control characters for use in - strings: eg: str[10]=BOLD "Hello"; */ + strings: eg: str[10]=CBOLDON "Hello"; */ #define CCR "\015" #define CULINEON "\016" #define CULINEOFF "\017"