[Cryptech-Commits] [sw/libhal] 02/02: Typo.
git at cryptech.is
git at cryptech.is
Sat Apr 15 21:32:35 UTC 2017
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch ksng
in repository sw/libhal.
commit 3e9a6bb6452cbe402291a8bc98bc42c7163d194e
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Sat Apr 15 16:45:25 2017 -0400
Typo.
---
logging.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/logging.c b/logging.c
index 06ee371..fbd2aa4 100644
--- a/logging.c
+++ b/logging.c
@@ -70,7 +70,7 @@ WEAK_FUNCTION void hal_log(const hal_log_level_t level, const char *format, ...)
va_list ap;
va_start(ap, format);
- vfnprintf(stderr, format, ap);
+ vfprintf(stderr, format, ap);
va_end(ap);
fprintf(stderr, "\n");
}
More information about the Commits
mailing list