aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa/bzipfs.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2024-01-28 18:36:21 +0000
committerWarner Losh <imp@FreeBSD.org>2024-01-28 20:04:31 +0000
commitdcc20bced51583df83e49af269ff7be5fb48dbf8 (patch)
tree6a6d94bcb7612e7106b5f31b44bcbf66c48ca7ef /stand/libsa/bzipfs.c
parent551921a757758353af51cd0283e9e4bcee9a84d2 (diff)
downloadsrc-dcc20bced51583df83e49af269ff7be5fb48dbf8.tar.gz
src-dcc20bced51583df83e49af269ff7be5fb48dbf8.zip
stand: Use modern function definitions
Use modern function definitions for functions with no args. Sponsored by: Netflix
Diffstat (limited to 'stand/libsa/bzipfs.c')
-rw-r--r--stand/libsa/bzipfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/libsa/bzipfs.c b/stand/libsa/bzipfs.c
index 9a14380bae51..ad51e934ed9c 100644
--- a/stand/libsa/bzipfs.c
+++ b/stand/libsa/bzipfs.c
@@ -366,7 +366,7 @@ bz_internal_error(int errorcode)
#ifdef REGRESSION
/* Small test case, open and decompress test.bz2 */
-int main()
+int main(void)
{
struct open_file f;
char buf[1024];