Merge pull request #45 from MaskRay/include
authorGrzegorz Kostka <kostka.grzegorz@gmail.com>
Mon, 3 Dec 2018 01:32:28 +0000 (02:32 +0100)
committerGitHub <noreply@github.com>
Mon, 3 Dec 2018 01:32:28 +0000 (02:32 +0100)
Don't copy include

fs_test/lwext4_server.c

index 2c923baef9285e7dd15111b30a22417e3ba13d13..b65ef3de1958e4c7f305f820028fa3738fddd56d 100644 (file)
@@ -626,7 +626,7 @@ static int file_read(const char *p)
        return rc;
 }
 
-static int file_write(const const char *p)
+static int file_write(const char *p)
 {
        int fid = MAX_FILES;
        int d;