Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
connect.c: mark die_initial_contact() NORETURN
[gitweb.git]
/
connect.c
diff --git
a/connect.c
b/connect.c
index c3a014c5babf72ee4c0d135fec264afb37b040de..49eca4646220dc92aca9f58b9c7fb309a243e6be 100644
(file)
--- a/
connect.c
+++ b/
connect.c
@@
-46,7
+46,7
@@
int check_ref_type(const struct ref *ref, int flags)
return check_ref(ref->name, flags);
}
-static void die_initial_contact(int unexpected)
+static
NORETURN
void die_initial_contact(int unexpected)
{
if (unexpected)
die(_("The remote end hung up upon initial contact"));