diff options
Diffstat (limited to 'engines/agos/string_pn.cpp')
-rw-r--r-- | engines/agos/string_pn.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/string_pn.cpp b/engines/agos/string_pn.cpp index 9656eb469e..570fbc6200 100644 --- a/engines/agos/string_pn.cpp +++ b/engines/agos/string_pn.cpp @@ -131,7 +131,7 @@ void AGOSEngine_PN::pcf(uint8 ch) { if (ch == 255) { _bp = 0; _xofs = 0; - return; /* pcf(255) initialises the routine */ + return; /* pcf(255) initializes the routine */ } /* pcf(254) flushes its working _buffer */ if (ch != 254) { if ((ch != 32) || (_bp + _xofs != 50)) |