Skip to content

Commit

Permalink
Update confutils.nim
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck authored Jan 25, 2024
1 parent 416508c commit 1bee430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confutils.nim
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ var getCLIParams*: proc(): seq[TaintedString]
# On Posix there is no portable way to get the command
# line from a DLL and thus the proc isn't defined in this environment.
# See https://nim-lang.org/docs/os.html#commandLineParams
when declared(paramCount):
when declared(commandLineParams):
getCLIParams = commandLineParams
else:
getCLIParams = proc(): seq[TaintedString] =
Expand Down

0 comments on commit 1bee430

Please sign in to comment.