diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2010-09-09 16:29:21 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2010-09-09 16:29:21 +0000 |
| commit | 12a2889f8c47b195824ab0e26d048d99a34accdb (patch) | |
| tree | e1587300e9c5bcd509f172264690a6f8e615893a /apps/plugin.h | |
| parent | d9508834ff2db7b70af7c8af5967cd356c6fdd4a (diff) | |
| download | rockbox-12a2889f8c47b195824ab0e26d048d99a34accdb.zip rockbox-12a2889f8c47b195824ab0e26d048d99a34accdb.tar.gz rockbox-12a2889f8c47b195824ab0e26d048d99a34accdb.tar.bz2 rockbox-12a2889f8c47b195824ab0e26d048d99a34accdb.tar.xz | |
Fix sim reds (forgot \ at end of line).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28056 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 87fdc11..ab69d7d 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -926,7 +926,7 @@ extern unsigned char plugin_end_addr[]; const struct plugin_api *rb DATA_ATTR; \ const struct plugin_header __header \ __attribute__((visibility("default"))) = { \ - { PLUGIN_MAGIC, TARGET_ID, PLUGIN_API_VERSION, NULL, NULL }, + { PLUGIN_MAGIC, TARGET_ID, PLUGIN_API_VERSION, NULL, NULL }, \ plugin__start, &rb }; #endif /* CONFIG_PLATFORM */ #endif /* PLUGIN */ |