Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Replaced some "ASCII" comments with "UTF-8".
  • Loading branch information
icculus committed Feb 12, 2009
1 parent 4264a97 commit 22e5e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mojoshader.h
Expand Up @@ -651,7 +651,7 @@ typedef struct MOJOSHADER_preprocessData
MOJOSHADER_error *errors;

/*
* Bytes of output from preprocessing. This is an ASCII string. We
* Bytes of output from preprocessing. This is a UTF-8 string. We
* guarantee it to be NULL-terminated. Will be NULL on error.
*/
const char *output;
Expand Down Expand Up @@ -828,7 +828,7 @@ void MOJOSHADER_freePreprocessData(const MOJOSHADER_preprocessData *data);
*
* (sourcelen) is the length of the string pointed to by (source), in bytes.
*
* (comments) points to (comment_count) NULL-terminated ASCII strings, and
* (comments) points to (comment_count) NULL-terminated UTF-8 strings, and
* can be NULL. These strings are inserted as comments in the bytecode.
*
* (symbols) points to (symbol_count) symbol structs, and can be NULL. These
Expand Down

0 comments on commit 22e5e2c

Please sign in to comment.