summaryrefslogtreecommitdiffstats
path: root/uisimulator/common/stubs.c
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-10-21 19:07:46 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-10-21 19:07:46 +0000
commit687793ca671686419b1b500880147db84b001ce8 (patch)
treeff8518d67a79cc6769a161b33846e5d844e3487f /uisimulator/common/stubs.c
parent40ae63b4fcf57da3f70e342230ef81cb3b903d4f (diff)
downloadrockbox-687793ca671686419b1b500880147db84b001ce8.tar.gz
rockbox-687793ca671686419b1b500880147db84b001ce8.zip
oops, dear sims, please excuse
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5318 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/common/stubs.c')
-rw-r--r--uisimulator/common/stubs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index 700188fe2a..e5e8df9312 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -270,7 +270,8 @@ int talk_spell(char* spell, bool enqueue)
return 0;
}
-const char* dir_thumbnail_name = ".dirname.tbx";
+const char* const dir_thumbnail_name = ".dirname.tbx";
+const char* const file_thumbnail_ext = ".talk";
/* FIXME: this shoudn't be a stub, rather the real thing.
I'm afraid on Win32/X11 it'll be hard to kill a thread from outside. */