From da612f44165ef9ea6f80b6ab1b8d013f1fb750a4 Mon Sep 17 00:00:00 2001 From: Melyns <60199831+Melyns@users.noreply.github.com> Date: Sun, 15 Sep 2024 08:38:31 +0100 Subject: [PATCH] Update geofind.c --- geofind.c | 1 - 1 file changed, 1 deletion(-) diff --git a/geofind.c b/geofind.c index 389a33f..e2256af 100644 --- a/geofind.c +++ b/geofind.c @@ -176,7 +176,6 @@ int main(int argc, char *argv[]) { printf("Processing IPs from file: %s\n", argv[1]); process_file(argv[1]); } else { - // Process multiple targets for (int i = 1; i < argc; ++i) { if (strcmp(argv[i], "me") == 0) { system("curl https://ipinfo.io");