Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
151b60f
)
Remove unused variable from os_process_arguments
author
Ivy Foster
<ivy.foster@gmail.com>
Wed, 27 Apr 2016 03:26:01 +0000
(22:26 -0500)
committer
Ivy Foster
<ivy.foster@gmail.com>
Wed, 27 Apr 2016 03:26:01 +0000
(22:26 -0500)
src/curses/ux_init.c
patch
|
blob
|
history
diff --git
a/src/curses/ux_init.c
b/src/curses/ux_init.c
index d7b87c0557185c3c5645d3f1e08dcf1b9c8546ef..af46d3eb474aebc1d95b954c1eb7e2cb970967c5 100644
(file)
--- a/
src/curses/ux_init.c
+++ b/
src/curses/ux_init.c
@@
-148,7
+148,7
@@
void os_fatal (const char *s, ...)
void os_process_arguments (int argc, char *argv[])
{
- int c
, i
;
+ int c;
char *p = NULL;
char *blorb_ext = NULL;