summaryrefslogtreecommitdiff
path: root/apps/buffering.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/buffering.c')
-rw-r--r--apps/buffering.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/buffering.c b/apps/buffering.c
index f194e2b82d..371cf22103 100644
--- a/apps/buffering.c
+++ b/apps/buffering.c
@@ -1007,7 +1007,6 @@ int bufopen(const char *file, size_t offset, enum data_type type,
1007 } 1007 }
1008 1008
1009 /* Other cases: there is a little more work. */ 1009 /* Other cases: there is a little more work. */
1010
1011 int fd = open(file, O_RDONLY); 1010 int fd = open(file, O_RDONLY);
1012 if (fd < 0) 1011 if (fd < 0)
1013 return ERR_FILE_ERROR; 1012 return ERR_FILE_ERROR;