aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-arithm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/blind-arithm.c')
-rw-r--r--src/blind-arithm.c2
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':