Browse Source

Update answerer.c

stevedanOgochu 5 years ago
parent
commit
c89163610b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      test/p2p_c_version/answerer.c

+ 2 - 1
test/p2p_c_version/answerer.c

@@ -87,7 +87,8 @@ int main(int argc, char **argv) {
 			"[Command]: ");
 			"[Command]: ");
 
 
 		int command = -1;
 		int command = -1;
-		// int check_scan
+		int c;
+		// int check_can
 		if (scanf("%d", &command)){
 		if (scanf("%d", &command)){