From ea6745dd7ad75c85d0ea4471e9f3357532fb0eb0 Mon Sep 17 00:00:00 2001 From: dacctal Date: Sun, 7 Jun 2026 05:58:15 +0000 Subject: tiny fixes & .editorconfig (thx indium) --- src/add_repo.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/add_repo.c') diff --git a/src/add_repo.c b/src/add_repo.c index 0644f75..db8c46a 100644 --- a/src/add_repo.c +++ b/src/add_repo.c @@ -29,6 +29,4 @@ void add_repo(const char *repo, const char *repo_name) { fprintf(wfile, "%srepositories[\"%s\"] = { url = \"%s\" }\n", previous_repos, repo_name, repo); fclose(wfile); } - - printf("%s%sAdded %s%s\n", print_pkgit, green, repo_name, color_reset); } \ No newline at end of file -- cgit v1.2.3