~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerass El Hafidi <funderscore@postmarketos.org>2025-01-22 18:56:09 +0000
committerFerass El Hafidi <funderscore@postmarketos.org>2025-01-22 18:56:09 +0000
commitaa13db148707ce3ba14e1a398b1696a06cb85606 (patch)
treedbc1ee3dd44386d26f93e9442a91e66c0752c0f6
parent4e9752043ad6145b17fe7ae2ccfd7a43615f5c05 (diff)
downloadacsbaby-master.tar.gz
acsbaby.c: missing '\n'HEADmaster
Signed-off-by: Ferass El Hafidi <funderscore@postmarketos.org>
-rw-r--r--acsbaby.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/acsbaby.c b/acsbaby.c
index e83b8ca..8a66af1 100644
--- a/acsbaby.c
+++ b/acsbaby.c
@@ -84,7 +84,7 @@ int main(int argc, char *argv[]) {
printf(
"/* acs.c\n"
- " * ACSBaby: Parse Amlogic ACS.bin - https://git.vitali64.duckdns.org/utils/acsbaby.git"
+ " * ACSBaby: Parse Amlogic ACS.bin - https://git.vitali64.duckdns.org/utils/acsbaby.git\n"
" * File: %s - Type: %s\n"
" */\n"
"#include <asm/arch/acs.h>\n"
@@ -134,7 +134,7 @@ int main(int argc, char *argv[]) {
);
printf(
"/* timing.c\n"
- " * ACSBaby: Parse Amlogic ACS.bin - https://git.vitali64.duckdns.org/utils/acsbaby.git"
+ " * ACSBaby: Parse Amlogic ACS.bin - https://git.vitali64.duckdns.org/utils/acsbaby.git\n"
" * File: %s - Type: %s\n"
" */\n"
"#include <asm/arch/timing.h>\n"