diff options
-rw-r--r-- | acsbaby.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |