]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Remove the write_all_states() return type (#1995)
authorAtariDreams <83477269+AtariDreams@users.noreply.github.com>
Sun, 24 Mar 2024 01:19:56 +0000 (21:19 -0400)
committerGitHub <noreply@github.com>
Sun, 24 Mar 2024 01:19:56 +0000 (18:19 -0700)
commit8d120436999e1413b4c72c53d326e66f257d44ba
tree5a355e75ffc1f5229e41028cfd769e66812e2232
parent8acb738db6bc7087a5e7cdd328bbfb6e673e5bd8
Remove the write_all_states() return type (#1995)

The return value is never used, so let's change it to void.
libarchive/archive_check_magic.c