diff options
| author | Tomas Salfischberger <tomas@rockbox.org> | 2006-02-11 14:58:52 +0000 |
|---|---|---|
| committer | Tomas Salfischberger <tomas@rockbox.org> | 2006-02-11 14:58:52 +0000 |
| commit | 03f8c9704b6682491ed0d2c358814952a55da459 (patch) | |
| tree | 4c94ba92e97c364ad22db6dbba619972db42e260 | |
| parent | a1f87441de1dfb9279ce8d345512668a4e0c5c3e (diff) | |
| download | rockbox-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.c | 2 |
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; |