From 6f093e84743e5182700ce4dc2f2a0b0264ed978c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 3 Jan 2019 14:02:31 +0100 Subject: [PATCH] Turn C++ comment to C --- ps2/include/stdint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps2/include/stdint.h b/ps2/include/stdint.h index e9f805b7d3..e1db22e6da 100644 --- a/ps2/include/stdint.h +++ b/ps2/include/stdint.h @@ -41,4 +41,4 @@ typedef unsigned long uint64_t; #define UINT32_C(val) val##ui #define UINT64_C(val) val##ul -#endif //STDINT_H +#endif /* STDINT_H */