From 5159c7ec97b575c0486159f0543d2da90c3c3b68 Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Fri, 8 Jul 2011 09:32:50 -0700 Subject: Fix build warning; LOG_TAG was misplaced Change-Id: I4fb0590f626445188f9053367707878b2fa0fa30 --- services/audioflinger/AudioResamplerCubic.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'services') diff --git a/services/audioflinger/AudioResamplerCubic.cpp b/services/audioflinger/AudioResamplerCubic.cpp index 1d247bd..4d721f6 100644 --- a/services/audioflinger/AudioResamplerCubic.cpp +++ b/services/audioflinger/AudioResamplerCubic.cpp @@ -14,6 +14,8 @@ * limitations under the License. */ +#define LOG_TAG "AudioSRC" + #include #include #include @@ -22,8 +24,6 @@ #include "AudioResampler.h" #include "AudioResamplerCubic.h" -#define LOG_TAG "AudioSRC" - namespace android { // ---------------------------------------------------------------------------- -- cgit v1.1