Turn C++ comment to C

This commit is contained in:
twinaphex 2019-01-03 14:02:31 +01:00
parent 3c36a27505
commit 6f093e8474

View File

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