mirror of
https://github.com/ps5-linux/ps5-linux-loader.git
synced 2026-07-16 10:10:40 +00:00
Clean up newlines.
This commit is contained in:
@@ -26,7 +26,6 @@ uint8_t hex_val[17];
|
||||
|
||||
__attribute__((noinline, optimize("O0"))) uint8_t *
|
||||
u64_to_hex_custom(uint64_t val, uint8_t *dest) {
|
||||
|
||||
const uint8_t hex_chars[] = "0123456789abcdef";
|
||||
dest[16] = '\0';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user