From 28038e339ff1fa4c84eb6ddb16b1673f8d2449ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C5=8Dshin?= Date: Sun, 19 May 2024 00:18:39 -0700 Subject: [PATCH] stdio in include guard --- libc/stdio/readpassphrase.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libc/stdio/readpassphrase.h b/libc/stdio/readpassphrase.h index 963934ed2..4e717a908 100644 --- a/libc/stdio/readpassphrase.h +++ b/libc/stdio/readpassphrase.h @@ -1,5 +1,5 @@ -#ifndef COSMOPOLITAN_LIBC_READPASSPHRASE_H_ -#define COSMOPOLITAN_LIBC_READPASSPHRASE_H_ +#ifndef COSMOPOLITAN_LIBC_STDIO_READPASSPHRASE_H_ +#define COSMOPOLITAN_LIBC_STDIO_READPASSPHRASE_H_ #define RPP_ECHO_OFF 0x00 #define RPP_ECHO_ON 0x01 @@ -14,4 +14,4 @@ COSMOPOLITAN_C_START_ char *readpassphrase(const char *, char *, size_t, int) libcesque; COSMOPOLITAN_C_END_ -#endif /* COSMOPOLITAN_LIBC_READPASSPHRASE_H_ */ +#endif /* COSMOPOLITAN_LIBC_STDIO_READPASSPHRASE_H_ */