refspec: convert valid_fetch_refspec to use parse_refspec
[gitweb.git] / builtin / pull.c
index 6247c956d700ef23db9deae9a7aeba0cbfd75f49..5a79deae5d1a1298139522543ed255d439648183 100644 (file)
@@ -676,7 +676,7 @@ static const char *get_upstream_branch(const char *remote)
  */
 static const char *get_tracking_branch(const char *remote, const char *refspec)
 {
-       struct refspec *spec;
+       struct refspec_item *spec;
        const char *spec_src;
        const char *merge_branch;