X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_font.c;h=6aa402ff6667d47e425d38be7f521eb8a82246d1;hb=ef6d30a645edad1c28b821ca7e6c6796f555ce23;hp=710298fa39a54e545c8e08d455d8e62cf84a4ed1;hpb=e6e96266fbfab8633b0bba98989541f3b2d3ee9e;p=freeglut diff --git a/src/freeglut_font.c b/src/freeglut_font.c index 710298f..6aa402f 100644 --- a/src/freeglut_font.c +++ b/src/freeglut_font.c @@ -29,8 +29,6 @@ #include "config.h" #endif -#define G_LOG_DOMAIN "freeglut-font" - #include "../include/GL/freeglut.h" #include "freeglut_internal.h" @@ -139,7 +137,7 @@ void FGAPIENTRY glutBitmapString( void* fontID, const unsigned char *string ) /* * Step through the string, drawing each character. - * A carriage return will simply translate the next character's insertion + * A newline will simply translate the next character's insertion * point back to the start of the line and down one line. */ for( c = 0; c < numchar; c++ ) @@ -246,7 +244,7 @@ void FGAPIENTRY glutStrokeString( void* fontID, const unsigned char *string ) /* * Step through the string, drawing each character. - * A carriage return will simply translate the next character's insertion + * A newline will simply translate the next character's insertion * point back to the start of the line and down one line. */ for( c = 0; c < numchar; c++ )