diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-25 20:23:49 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-26 06:59:42 +0000 |
| commit | b26837c4dcbe8b4c0747d423380b25715d638747 (patch) | |
| tree | c2bde99661382a5b5d3a1a11f21e205302b1255a /util/libreboot-utils/lib | |
| parent | e44ea5d794adf36b25bdc7b8eb666665fd32e12e (diff) | |
dot
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils/lib')
| -rw-r--r-- | util/libreboot-utils/lib/rand.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
