ports/editors/tpad/patches/patch-src_tpad_print_h

15 lines
331 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/tpad_print.h
--- src/tpad_print.h.orig
+++ src/tpad_print.h
@@ -34,6 +34,6 @@
#include <wchar.h>
#include <glib/gprintf.h>
#define HASH_PRINT_COUNT 52
-inline void print(gchar *s);
-inline void print_title(gchar* str);
-#endif
\ No newline at end of file
+void print(gchar *s);
+void print_title(gchar* str);
+#endif