summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/test_disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_disk.c b/apps/plugins/test_disk.c
index b689ba672e..1429668556 100644
--- a/apps/plugins/test_disk.c
+++ b/apps/plugins/test_disk.c
@@ -156,7 +156,7 @@ static bool test_fs(void)
156 fd = rb->open(TEST_FILE, O_RDONLY); 156 fd = rb->open(TEST_FILE, O_RDONLY);
157 if (fd < 0) 157 if (fd < 0)
158 { 158 {
159 rb->splashf(0, "open() failed: %d", ret); 159 rb->splashf(0, "open() failed: %d", fd);
160 goto error; 160 goto error;
161 } 161 }
162 162