git: bb255cee9382 - main - tzsetup: fix "misleading indentation" warning with -DVERBOSE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Jul 2023 10:35:42 UTC
The branch main has been updated by yuripv: URL: https://cgit.FreeBSD.org/src/commit/?id=bb255cee93828c6a885057d9227efe698a9a6b44 commit bb255cee93828c6a885057d9227efe698a9a6b44 Author: Yuri Pankov <yuripv@FreeBSD.org> AuthorDate: 2023-07-26 10:33:42 +0000 Commit: Yuri Pankov <yuripv@FreeBSD.org> CommitDate: 2023-07-26 10:33:42 +0000 tzsetup: fix "misleading indentation" warning with -DVERBOSE --- usr.sbin/tzsetup/tzsetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/tzsetup/tzsetup.c b/usr.sbin/tzsetup/tzsetup.c index 56013f013673..4865e4571bd3 100644 --- a/usr.sbin/tzsetup/tzsetup.c +++ b/usr.sbin/tzsetup/tzsetup.c @@ -713,7 +713,7 @@ install_zoneinfo_file(const char *zoneinfo_file) snprintf(prompt, sizeof(prompt), "Creating symbolic link %s to %s", path_localtime, zoneinfo_file); - message_zoneinfo_file("Info", prompt); + message_zoneinfo_file("Info", prompt); #endif if (reallydoit) {