Skip to content
Snippets Groups Projects
Commit 183fe485a125 authored by Vladimir Marangozov's avatar Vladimir Marangozov
Browse files

Fix the char* vs. const char* mismatch for the argument of aix_loaderror()

parent 3122ea936dcd
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@
}
static void
aix_loaderror(char *pathname)
aix_loaderror(const char *pathname)
{
char *message[1024], errbuf[1024];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment