diff options
Diffstat (limited to '')
| -rw-r--r-- | src/blind-arithm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blind-arithm.c b/src/blind-arithm.c index 77e691f..1c2c11b 100644 --- a/src/blind-arithm.c +++ b/src/blind-arithm.c @@ -74,7 +74,7 @@ int main(int argc, char *argv[]) { struct stream left, right; - process_func process = NULL; + process_func process; ARGBEGIN { case 'a': |
