Introduction
Introduction Statistics Contact Development Disclaimer Help
Style fix - noice - small file browser (mirror / fork from 2f30.org)
git clone git://git.codemadness.org/noice
Log
Files
Refs
README
LICENSE
---
commit 19a73c3706a1b4fbfe8dfe03f570d4a6dc468186
parent abce18b913ffbe3caf85bca368757e306a9d2b6e
Author: sin <[email protected]>
Date: Thu, 22 Aug 2019 16:04:33 +0100
Style fix
Diffstat:
M noice.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/noice.c b/noice.c
@@ -278,11 +278,11 @@ printwarn(void)
/* Kill curses and display error before exiting */
void
-printerr(int ret, char *prefix)
+printerr(int r, char *prefix)
{
exitcurses();
fprintf(stderr, "%s: %s\n", prefix, strerror(errno));
- exit(ret);
+ exit(r);
}
/* Clear the last line */
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.