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 15, 2024
1 parent 38d8dd1 commit efcbf20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geofind.c
Original file line number Diff line number Diff line change
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");
fprintf(output_file, "\n"); // Add a line break at the end

return success;
}
Expand Down

0 comments on commit efcbf20

Please sign in to comment.