summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Salfischberger <tomas@rockbox.org>2006-02-11 14:58:52 +0000
committerTomas Salfischberger <tomas@rockbox.org>2006-02-11 14:58:52 +0000
commit03f8c9704b6682491ed0d2c358814952a55da459 (patch)
tree4c94ba92e97c364ad22db6dbba619972db42e260
parenta1f87441de1dfb9279ce8d345512668a4e0c5c3e (diff)
downloadrockbox-03f8c9704b6682491ed0d2c358814952a55da459.zip
rockbox-03f8c9704b6682491ed0d2c358814952a55da459.tar.gz
rockbox-03f8c9704b6682491ed0d2c358814952a55da459.tar.bz2
rockbox-03f8c9704b6682491ed0d2c358814952a55da459.tar.xz
Just a very simple change to test if the new distributed buildsystem picks it up.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8661 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/dict.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/dict.c b/apps/plugins/dict.c
index 30ba2f4..cb68f4c 100644
--- a/apps/plugins/dict.c
+++ b/apps/plugins/dict.c
@@ -21,7 +21,7 @@
PLUGIN_HEADER
-/* as in hello world :) */
+/* save the plugin api pointer. */
static struct plugin_api* rb;
/* screen info */
static int display_columns, display_lines;