SmartAudio/package/utils/memtester/patches/102-inline.diff

12 lines
254 B
Diff
Raw Normal View History

2018-07-13 01:31:50 +00:00
--- a/tests.c
+++ b/tests.c
@@ -26,7 +26,7 @@
int quiet = 0;
char progress[] = "-\\|/";
-void inline __dprintf(const char *format, ...) {
+void __dprintf(const char *format, ...) {
if(!quiet) {
va_list ap;
va_start(ap, format);