diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-03-03 08:14:44 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-03-03 08:14:44 +0000 |
commit | 220fafdd72eab05eb49cf6811d15d6618a168910 (patch) | |
tree | c90ef2fe3e9bb932197ac3ff5b305dd39a66204e /apps/plugins/plasma.c | |
parent | e248eac20fc75566605aee705c130e0fa456aced (diff) |
Code Police raid. Mostly changed // comments and indented to Rockbox style.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8894 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/plasma.c')
-rw-r--r-- | apps/plugins/plasma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c index 934def4434..c6e76a965b 100644 --- a/apps/plugins/plasma.c +++ b/apps/plugins/plasma.c @@ -326,7 +326,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) { int ret; - rb = api; // copy to global api pointer + rb = api; /* copy to global api pointer */ (void)parameter; if (rb->global_settings->backlight_timeout > 0) rb->backlight_set_timeout(1);/* keep the light on */ |