diff options
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/endian.h | 2 | ||||
-rw-r--r-- | src/win32/un.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/win32/endian.h b/src/win32/endian.h index 534933f01c8..44007a10431 100644 --- a/src/win32/endian.h +++ b/src/win32/endian.h @@ -5,4 +5,4 @@ #include <sys/param.h> -#endif /* _ENDIAN_H_ */ +#endif /* _ENDIAN_H_ */ diff --git a/src/win32/un.h b/src/win32/un.h index 55f9b06d7c2..971a6fb2f54 100644 --- a/src/win32/un.h +++ b/src/win32/un.h @@ -9,4 +9,4 @@ struct sockaddr_un char sun_path[108]; /* path name (gag) */ }; -#endif /* _SYS_UN_H */ +#endif /* _SYS_UN_H */ |