From 076a50ad17ea567154f3e8227ce67ccec0d751d3 Mon Sep 17 00:00:00 2001 From: PiJoules <6019989+PiJoules@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:00:50 -0700 Subject: =?UTF-8?q?[NFC][libc][stdlib]=20LLVM=5FLIBC=5FSRC=5FSTDLIB=5FLDIV?= =?UTF-8?q?=5FH=20->=20LLVM=5FLIBC=5FSRC=5FSTDL=E2=80=A6=20(#95038)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …IB_FREE_H --- libc/src/stdlib/free.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc') diff --git a/libc/src/stdlib/free.h b/libc/src/stdlib/free.h index f802f1d..b3970fd 100644 --- a/libc/src/stdlib/free.h +++ b/libc/src/stdlib/free.h @@ -17,4 +17,4 @@ void free(void *ptr); } // namespace LIBC_NAMESPACE -#endif // LLVM_LIBC_SRC_STDLIB_LDIV_H +#endif // LLVM_LIBC_SRC_STDLIB_FREE_H -- cgit v1.1