Skip to content

Commit bbcc8b5

Browse files
committed
trurle: space prefix the no-guess-scheme feature correctly
1 parent d15647d commit bbcc8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trurl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ static void show_version(void)
286286
fprintf(stdout, " imap-options");
287287
#endif
288288
#ifdef SUPPORTS_NO_GUESS_SCHEME
289-
fprintf(stdout, "no-guess-scheme");
289+
fprintf(stdout, " no-guess-scheme");
290290
#endif
291291
#ifdef SUPPORTS_NORM_IPV4
292292
fprintf(stdout, " normalize-ipv4");

0 commit comments

Comments
 (0)