From b26837c4dcbe8b4c0747d423380b25715d638747 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 25 Mar 2026 20:23:49 +0000 Subject: dot Signed-off-by: Leah Rowe --- util/libreboot-utils/lib/rand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/libreboot-utils/lib') diff --git a/util/libreboot-utils/lib/rand.c b/util/libreboot-utils/lib/rand.c index b1c210c3..5c6cc562 100644 --- a/util/libreboot-utils/lib/rand.c +++ b/util/libreboot-utils/lib/rand.c @@ -114,7 +114,7 @@ out: return; err: err_no_cleanup(1, ECANCELED, - "Randomisation failure, possibly unsupported in your kernel."); + "Randomisation failure, possibly unsupported in your kernel"); exit(EXIT_FAILURE); } #endif -- cgit v1.2.1