From 17910c72b29edb0de6882b1c54a25f1a836e418f Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Thu, 28 Jul 2016 16:53:18 -0400 Subject: [PATCH] tests: Add extra underscore to placeholder callback function Signed-off-by: Anna Schumaker --- include/tests/gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests/gui.h b/include/tests/gui.h index ae43c8ae..f8b462b9 100644 --- a/include/tests/gui.h +++ b/include/tests/gui.h @@ -11,7 +11,7 @@ void __audio_hide() {} void __audio_pause_changed() {} void __audio_seek() {} -void _artwork_select_cover() {} +void __artwork_select_cover() {} #endif #ifdef TEST_NEED_SIDEBAR