diff --git a/system/hexed/src/hexed.c b/system/hexed/src/hexed.c index 2a3919543..05ac5a312 100644 --- a/system/hexed/src/hexed.c +++ b/system/hexed/src/hexed.c @@ -152,7 +152,7 @@ int loadfile(char *name) } /* Save a buffered file hexfile */ - + int savefile(FAR struct bfile_s *file) { if (file == NULL || file->fp == NULL)