diff options
| -rw-r--r-- | src/fetch_src.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fetch_src.c b/src/fetch_src.c index 3f90ea4..f03ae5d 100644 --- a/src/fetch_src.c +++ b/src/fetch_src.c @@ -35,6 +35,6 @@ void fetch_src(Pkg pkg) { if (is_verbose) printf("%scloned into %s...\n", print_pkgit, pkg.src); return; } - printf("%sno fetch methods worked.\n", print_error); + printf("%s no fetch methods worked.\n", print_error); exit(EXIT_FAILURE); }
\ No newline at end of file |
