aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/PalmOS/Src/snd_pa1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/PalmOS/Src/snd_pa1.cpp')
-rw-r--r--backends/platform/PalmOS/Src/snd_pa1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/PalmOS/Src/snd_pa1.cpp b/backends/platform/PalmOS/Src/snd_pa1.cpp
index ca64825fe6..ddaf6495f6 100644
--- a/backends/platform/PalmOS/Src/snd_pa1.cpp
+++ b/backends/platform/PalmOS/Src/snd_pa1.cpp
@@ -108,6 +108,6 @@ void pcm2adpcm(Int16 *src, UInt8 *dst, UInt32 length) {
*dst++ = (UInt8)data;
- } while(--length);
+ } while (--length);
}