added list stuff
[my-code/hdw-sniff.git] / main.c
diff --git a/main.c b/main.c
index 2926a76..9e8258f 100644 (file)
--- a/main.c
+++ b/main.c
@@ -33,7 +33,7 @@ int hop_channel(info_struct *info)
   perror("ioctl");
   return -23;
  }
- ++(info->current_channel;
+ ++(info->current_channel);
  return 23;
 }