diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-19 16:02:15 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-19 16:02:15 +0000 |
| commit | 55f006318a35990d7d19a796e9af4c5f351b389a (patch) | |
| tree | 3a3cc47a97a52b9bbd534821ac1b67c7d08e0bc8 /util/nvmutil/lib/num.c | |
| parent | 7ad924a91f6800de4fdd89dbc390d6c46d78a861 (diff) | |
tidy some comments
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/lib/num.c')
| -rw-r--r-- | util/nvmutil/lib/num.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvmutil/lib/num.c b/util/nvmutil/lib/num.c index 0442b86c..62a3b286 100644 --- a/util/nvmutil/lib/num.c +++ b/util/nvmutil/lib/num.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: MIT - * * Copyright (c) 2026 Leah Rowe <leah@libreboot.org> * * Numerical functions. @@ -45,6 +44,7 @@ hextonum(char ch_s) /* Random numbers */ + unsigned long rlong(void) { |
