summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2024-05-06 18:00:49 -0400
committerWilliam Wilgus <wilgus.william@gmail.com>2024-05-06 18:00:49 -0400
commit3348d8420663420fb46bc6d11e41703aa716af31 (patch)
tree5b85cd032c97ed229018d6b9866a01e1f5306517
parentee840709d3d93376f9b5da6c34572424079304b8 (diff)
downloadrockbox-3348d8420663420fb46bc6d11e41703aa716af31.tar.gz
rockbox-3348d8420663420fb46bc6d11e41703aa716af31.zip
open_plugins Fix Yellow
Change-Id: I036bd57c7e55f7059f858e9f0929500c2094e579
-rw-r--r--apps/plugins/open_plugins.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/open_plugins.c b/apps/plugins/open_plugins.c
index 9d58433fdf..66200df8a5 100644
--- a/apps/plugins/open_plugins.c
+++ b/apps/plugins/open_plugins.c
@@ -116,7 +116,6 @@ static int op_entry_read_opx(const char *path)
116 int ret = -1; 116 int ret = -1;
117 off_t filesize; 117 off_t filesize;
118 int fd_opx; 118 int fd_opx;
119 int len;
120 119
121 if(rb->filetype_get_attr(path) == FILE_ATTR_OPX) 120 if(rb->filetype_get_attr(path) == FILE_ATTR_OPX)
122 { 121 {
@@ -317,7 +316,6 @@ static int op_entry_transfer(int fd, int fd_tmp,
317static uint32_t op_entry_add_path(const char *key, const char *plugin, const char *parameter, bool use_key) 316static uint32_t op_entry_add_path(const char *key, const char *plugin, const char *parameter, bool use_key)
318{ 317{
319 char buf[MAX_PATH]; 318 char buf[MAX_PATH];
320 int len;
321 uint32_t hash; 319 uint32_t hash;
322 uint32_t newhash; 320 uint32_t newhash;
323 char *pos = "";; 321 char *pos = "";;