shithub: nc

Download patch

ref: 565aaf2515346d5e33fa1a91d2a5778ab5f3416b
parent: 069affc42b1315d01c31ec1a19486216dfa0e5dc
author: phil9 <telephil9@gmail.com>
date: Fri Dec 30 08:59:32 EST 2022

remove forgotten static qualifier

--- a/dirviewcmd.c
+++ b/dirviewcmd.c
@@ -24,7 +24,7 @@
 	setmode(Mhelp);
 }
 
-static void
+void
 cmdview(void)
 {
 	Dirpanel *p;