diff --git a/geofind.c b/geofind.c index 82b551e..b1a37a3 100644 --- a/geofind.c +++ b/geofind.c @@ -5,8 +5,8 @@ // ██║ ██║██╔══╝ ██║ ██║██╔══╝ ██║██║╚██╗██║██║ ██║ // ╚██████╔╝███████╗╚██████╔╝██║ ██║██║ ╚████║██████╔╝ // ╚═════╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═══╝╚═════╝ -// a simple script for fetching geolocation data from an IP or website. -// https://github.com/melyns +// a script for fetching geolocation data from an IP or website. +// https://github.com/melyns // // #include @@ -118,7 +118,7 @@ bool get_geolocation_info(const char *ip_or_url, FILE *output_file) { fprintf(output_file, "Error initializing libcurl.\n"); } - fprintf(output_file, "\n"); // Add a line break at the end + fprintf(output_file, "\n"); return success; }