Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 427fb721 authored by Dan Austin's avatar Dan Austin Committed by android-build-merger
Browse files

Merge "Fix const issues in preparation for libcxx rebase."

am: dce9b61d

* commit 'dce9b61d':
  Fix const issues in preparation for libcxx rebase.
parents 0daf8727 dce9b61d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -355,7 +355,7 @@ void make_link_init(const char *oldpath, const char *newpath)
{
    int ret;
    char buf[256];
    char *slash;
    const char *slash;
    int width;

    slash = strrchr(newpath, '/');