From 2b6b21cb51906c3adc00d0b13c875481b0808173 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Thu, 15 Oct 2009 15:11:54 +0000 Subject: [PATCH] Minor typo fix. git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@465 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- TODO | 1 + dgamelaunch.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 94edd34..52b3b57 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,4 @@ +-update virus to the newest version. -inprogress-dir config option prepends the dgl-root dir, other config dirs do not. unify. -allow changing the name where the ttyrecs are saved, like diff --git a/dgamelaunch.c b/dgamelaunch.c index 2ee1969..c4117c8 100644 --- a/dgamelaunch.c +++ b/dgamelaunch.c @@ -475,7 +475,7 @@ inprogressmenu (int gameid) games[menuchoice - 97 + offset]->ttyrec_fn); chosen_name = strdup (games[menuchoice - 97 + offset]->name); - /* reuse thie char* */ + /* reuse the char* */ replacestr = strchr (ttyrecname, ':'); if (!replacestr)