diff --git a/src/hex.cpp b/src/hex.cpp index 1e33d0a..9b045e3 100644 --- a/src/hex.cpp +++ b/src/hex.cpp @@ -61,7 +61,7 @@ inline void hex02(std::uint8_t byte, char buffer[2]) } template -inline __attribute((always_inline)) void print_exact(const char* ar) +inline __attribute__((always_inline)) void print_exact(const char* ar) { fwrite(ar, 1, N, stdout); }