diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-29 12:49:58 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-29 12:49:58 +0000 |
| commit | b29c1be80fa33e5aeb7ef27c37c1706189aef3df (patch) | |
| tree | 26dada367deb841315014ba6c8af5a3c5fe348cb /src | |
| parent | 2339055b7cda6b786c044915d62d0b41b6676975 (diff) | |
ocd fixed
Diffstat (limited to 'src')
| -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 |
