From 2b66c5e131df70ffd3742fe863d8b9751f4a1c39 Mon Sep 17 00:00:00 2001 From: izydorst Date: Fri, 5 Mar 2004 17:11:57 +0000 Subject: [PATCH] - comment fixes git-svn-id: svn://svn.cc65.org/cc65/trunk@2896 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- include/geos/ggraph.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.39.5