From 390763b0adcf3c435405251fc2983df8e73df7b2 Mon Sep 17 00:00:00 2001 From: rafa_99 Date: Wed, 15 Sep 2021 20:41:39 +0100 Subject: Revert "Using space by default instead of tab due to OpenBSD conflicts with tabs" This reverts commit 3b70d1f1c99a7d82cf894a7ec6a4abe7597e1b61. --- src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.c b/src/utils.c index 9380298..d625fed 100644 --- a/src/utils.c +++ b/src/utils.c @@ -251,7 +251,7 @@ printVideoInfo (char *format, Video *videos, int numberOfVideos) { for (int i = 0; i < numberOfVideos; i++) { - printf ("%s %s\n", videos[i].id, videos[i].title); + printf ("%s\t%s\n", videos[i].id, videos[i].title); } } } -- cgit v1.2.3