]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/push.c
Merge branch 'js/azure-pipelines-msvc'
[thirdparty/git.git] / builtin / push.c
index 3742daf7b0235bfeca94eac8ef098751b300d45a..8729b031ff5199c8b9c6add8b6cb036b0e5169d6 100644 (file)
@@ -143,8 +143,8 @@ static int push_url_of_remote(struct remote *remote, const char ***url_p)
        return remote->url_nr;
 }
 
-static NORETURN int die_push_simple(struct branch *branch,
-                                   struct remote *remote)
+static NORETURN void die_push_simple(struct branch *branch,
+                                    struct remote *remote)
 {
        /*
         * There's no point in using shorten_unambiguous_ref here,