Skip to content

Commit

Permalink
Simple fix to make the linenoise wrapper do the right thing (nim-lang…
Browse files Browse the repository at this point in the history
  • Loading branch information
PMunch authored and ardek66 committed Mar 26, 2021
1 parent 0fa0718 commit fbd0570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wrappers/linenoise/linenoise.nim
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type

{.compile: "linenoise.c".}

proc setCompletionCallback*(a2: ptr CompletionCallback) {.
proc setCompletionCallback*(a2: CompletionCallback) {.
importc: "linenoiseSetCompletionCallback".}
proc addCompletion*(a2: ptr Completions; a3: cstring) {.
importc: "linenoiseAddCompletion".}
Expand Down

0 comments on commit fbd0570

Please sign in to comment.