From e4ad2c9362254ab3213c4cb7c743b6bbd72b6346 Mon Sep 17 00:00:00 2001 From: zlago Date: Mon, 30 Sep 2024 15:57:29 +0200 Subject: commandline parameters --- src/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 9e882fc..2a9f689 100644 --- a/src/util.h +++ b/src/util.h @@ -1,4 +1,4 @@ #pragma once void *util_loadFile(FILE *const restrict file, size_t *const restrict outsize); -char *util_executableRelativePath(char *path, char *execPath, size_t dirLength); // allocated on the heap +char *util_executableRelativePath(char const *const path, char const *const execPath, size_t dirLength); // allocated on the heap -- cgit 1.4.1-2-gfad0