apply: make some parsing functions static again
[gitweb.git] / transport-helper.c
index bd666b29ec12d4657d1939a6b7de61f55d52bd1f..4208743605e99259f6b318c294f1c0b5d1a54f06 100644 (file)
@@ -1038,7 +1038,7 @@ static struct ref *get_refs_list(struct transport *transport, int for_push)
                                (*tail)->status |= REF_STATUS_UPTODATE;
                                if (read_ref((*tail)->name,
                                             (*tail)->old_oid.hash) < 0)
-                                       die(N_("Could not read ref %s"),
+                                       die(_("Could not read ref %s"),
                                            (*tail)->name);
                        }
                }