Skip to content

Commit

Permalink
trurle: space prefix the no-guess-scheme feature correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jul 29, 2024
1 parent d15647d commit bbcc8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trurl.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ static void show_version(void)
fprintf(stdout, " imap-options");
#endif
#ifdef SUPPORTS_NO_GUESS_SCHEME
fprintf(stdout, "no-guess-scheme");
fprintf(stdout, " no-guess-scheme");
#endif
#ifdef SUPPORTS_NORM_IPV4
fprintf(stdout, " normalize-ipv4");
Expand Down

0 comments on commit bbcc8b5

Please sign in to comment.