Skip to content

Commit 1a87871

Browse files
pcloudsgitster
authored andcommitted
submodule--helper: add a missing \n
This is a complete line. We're not expecting the next function to add anything to the same line. Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent aeb582a commit 1a87871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/submodule--helper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ static int add_possible_reference_from_superproject(
13011301
die(_("submodule '%s' cannot add alternate: %s"),
13021302
sas->submodule_name, err.buf);
13031303
case SUBMODULE_ALTERNATE_ERROR_INFO:
1304-
fprintf(stderr, _("submodule '%s' cannot add alternate: %s"),
1304+
fprintf_ln(stderr, _("submodule '%s' cannot add alternate: %s"),
13051305
sas->submodule_name, err.buf);
13061306
case SUBMODULE_ALTERNATE_ERROR_IGNORE:
13071307
; /* nothing */

0 commit comments

Comments
 (0)