projects
/
nnn.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78c0d54
)
avoid having function with unspecified arguments
author
NRK <nrk@disroot.org>
Sat, 25 Dec 2021 05:26:47 +0000 (11:26 +0600)
committer
NRK <nrk@disroot.org>
Sat, 25 Dec 2021 06:47:33 +0000 (12:47 +0600)
src/nnn.c
patch
|
blob
|
history
diff --git
a/src/nnn.c
b/src/nnn.c
index 5c7358cd1038d5959b701ae35062984e441febfe..402f67ecf4ac0ded94a98945fb366d7f280e75a0 100644
(file)
--- a/
src/nnn.c
+++ b/
src/nnn.c
@@
-1322,7
+1322,7
@@
static void msg(const char *message)
}
#ifdef KEY_RESIZE
-static void handle_key_resize()
+static void handle_key_resize(
void
)
{
endwin();
refresh();