From af7702bb201644fee47fdedec807b3806a2e9a4d Mon Sep 17 00:00:00 2001 From: riccardom Date: Mon, 12 Jan 2009 21:10:35 +0000 Subject: [PATCH] tiny style fix. --- desmume/src/mic.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desmume/src/mic.cpp b/desmume/src/mic.cpp index 687a79ffc..e072b8a11 100644 --- a/desmume/src/mic.cpp +++ b/desmume/src/mic.cpp @@ -16,7 +16,8 @@ void Mic_DeInit() { } -u8 Mic_ReadSample() { +u8 Mic_ReadSample() +{ return 0; }