diff options
-rw-r--r-- | engines/game.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/game.h b/engines/game.h index f9988c2965..0d0fc853a3 100644 --- a/engines/game.h +++ b/engines/game.h @@ -53,7 +53,7 @@ struct PlainGameDescriptorGUIOpts { /** * Given a list of PlainGameDescriptors, returns the first PlainGameDescriptor * matching the given gameid. If not match is found return 0. - * The end of the list must marked by a PlainGameDescriptor with gameid equal to 0. + * The end of the list must be marked by an entry with gameid 0. */ const PlainGameDescriptor *findPlainGameDescriptor(const char *gameid, const PlainGameDescriptor *list); |