diff options
author | Ash Wolf <ninji@wuffs.org> | 2023-01-11 22:29:53 +0000 |
---|---|---|
committer | Ash Wolf <ninji@wuffs.org> | 2023-01-11 22:29:53 +0000 |
commit | 0bec4f557a96e1a40437cf5af20cc78a5eec8a63 (patch) | |
tree | c1e05ec804c43aa5a8f5f21b0ed02d0587d29563 /command_line/CmdLine/Src/CLDependencies.c | |
parent | aec1b8dddc68ecb8288ec6132932e4c7b4bca09f (diff) | |
download | MWCC-0bec4f557a96e1a40437cf5af20cc78a5eec8a63.tar.gz MWCC-0bec4f557a96e1a40437cf5af20cc78a5eec8a63.zip |
getting closer
Diffstat (limited to '')
-rw-r--r-- | command_line/CmdLine/Src/CLDependencies.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/command_line/CmdLine/Src/CLDependencies.c b/command_line/CmdLine/Src/CLDependencies.c index 8c4c13b..6590257 100644 --- a/command_line/CmdLine/Src/CLDependencies.c +++ b/command_line/CmdLine/Src/CLDependencies.c @@ -273,11 +273,11 @@ int Deps_ChangeSpecialAccessPath(OSSpec *srcfss, Boolean initialize) { return 1; } -Path *Deps_GetSpecialAccessPath() { +Path *Deps_GetSpecialAccessPath(void) { return specialAccessPath; } -static void SetSpecialAccessPathFromIncludeStackTOS() { +static void SetSpecialAccessPathFromIncludeStackTOS(void) { // does not match, some registers are in the wrong order OSSpec spec; SInt16 index; |