Commit Diff


commit - ad24f7125f40392151477f227319ba2262d39f8c
commit + a134a611e62c3eab4f349a70ee1815fde02fda46
blob - 9f22802cbb4d97bfcac3e127e9faea01132d9c9f
blob + 44aa5f0a6244130706709c0184fc170d90f6fe5c
--- lib/send.c
+++ lib/send.c
@@ -192,7 +192,7 @@ insert_sendable_ref(struct got_pathlist_head *refs, co
 	case GOT_OBJ_TYPE_TAG:
 		break;
 	default:
-		err = got_error_fmt(GOT_ERR_OBJ_TYPE," cannot send %s",
+		err = got_error_fmt(GOT_ERR_OBJ_TYPE, "cannot send %s",
 		    refname);
 		goto done;
 	}