From fc8e1a89e774a1cc78da171e1a3a0802c1963434 Mon Sep 17 00:00:00 2001 From: Avril Date: Sun, 15 Nov 2020 22:51:36 +0000 Subject: [PATCH] whoops --- src/hex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }