ref: 4de1eee41c775eaac72f799c9d905715a7a2c2aa
parent: c5f8d135cf3555404f1c4df5617f94f4fc2bac87
parent: 6fdf5dc163fb219d4bcb9084b754d91e05bf1ad6
author: Grzegorz Kostka <kostka.grzegorz@gmail.com>
date: Sun Dec 2 21:31:27 EST 2018
Merge pull request #44 from MaskRay/const-const Fix "const const" warning
--- a/fs_test/lwext4_server.c
+++ b/fs_test/lwext4_server.c
@@ -626,7 +626,7 @@
return rc;
}
-static int file_write(const const char *p)
+static int file_write(const char *p)
{
int fid = MAX_FILES;
int d;