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 */