diff options
Diffstat (limited to 'src/main/search-replace.h')
| -rw-r--r-- | src/main/search-replace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/search-replace.h b/src/main/search-replace.h index 16869fc..ef5e0dc 100644 --- a/src/main/search-replace.h +++ b/src/main/search-replace.h @@ -3,7 +3,7 @@ struct commands; /** * Abort a replace currently in progress. */ -void abort_replace(); +void abort_replace(void); /** * Abort a search currently in progress. |
