diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sjis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sjis.h b/graphics/sjis.h index 60bf7844a3..b690401547 100644 --- a/graphics/sjis.h +++ b/graphics/sjis.h @@ -96,7 +96,7 @@ public: * Draws a SJIS char on the given raw buffer. * * @param dst pointer to the destination - * @param ch character to draw + * @param ch character to draw (in little endian) * @param pitch pitch of the destination buffer (size in *bytes*) * @param bpp bytes per pixel of the destination buffer * @param c1 forground color |