Commit Diff


commit - e42da5dbbf61c98edf34a31aa0c905099f9e91a4
commit + 47450175a80904ac2ae82257a97bb0b9dfcdde3d
blob - 65890785ca1e642d75f9495fc8450e57bdc2806a
blob + 4fb5f3aad871abb2d8ad18e445fb9dff32c8c6b0
--- lib/send.c
+++ lib/send.c
@@ -196,7 +196,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;
 	}