From 7e959377ae6ee3cd23fe1ef80d8d0730b43daf1c Mon Sep 17 00:00:00 2001 From: mtabachenko Date: Wed, 23 Dec 2009 14:58:21 +0000 Subject: [PATCH] typo fix in cheats :) sorry --- desmume/src/cheatSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/cheatSystem.cpp b/desmume/src/cheatSystem.cpp index c14d34cd9..a0358f5d8 100644 --- a/desmume/src/cheatSystem.cpp +++ b/desmume/src/cheatSystem.cpp @@ -548,7 +548,7 @@ BOOL CHEATS::save() removeSpecialChars(buf); fprintf(flist, "Name=%s\n", buf); fprintf(flist, "Serial=%s\n", gameInfo.ROMserial); - fputs("\n; lists list\n", flist); + fputs("\n; cheats list\n", flist); for (int i = 0; i < num; i++) { if (list[i].num == 0) continue;