diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-19 16:02:15 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-26 06:59:42 +0000 |
| commit | 0e105e8135666caacc007f54db9d1324224fddbd (patch) | |
| tree | 7ebd6ef0f29dd27bd921b6499f70226f86bf93c0 /util/nvmutil/lib/num.c | |
| parent | 1c210e38570ff3597498d175ee6f500cbd1e4333 (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) { |
