Skip to content

Commit

Permalink
Update geofind.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Melyns authored Sep 20, 2024
1 parent 327fee5 commit 8957c66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions geofind.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <stdio.h>
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 8957c66

Please sign in to comment.