From 24f551bc75fab703240db78bd01565d486b19c0c Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Thu, 6 Nov 2008 18:49:11 +0000 Subject: Correct a comment and police comment style, no functional change git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19030 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/lib/codeclib.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/codecs/lib/codeclib.h b/apps/codecs/lib/codeclib.h index 477818a23d..6e92e29417 100644 --- a/apps/codecs/lib/codeclib.h +++ b/apps/codecs/lib/codeclib.h @@ -27,9 +27,9 @@ extern struct codec_api *ci; extern long mem_ptr; extern long bufsize; -extern unsigned char* mp3buf; // The actual MP3 buffer from Rockbox -extern unsigned char* mallocbuf; // 512K from the start of MP3 buffer -extern unsigned char* filebuf; // The rest of the MP3 buffer +extern unsigned char* mp3buf; /* The actual MP3 buffer from Rockbox */ +extern unsigned char* mallocbuf; /* The free space after the codec in the codec buffer */ +extern unsigned char* filebuf; /* The rest of the MP3 buffer */ /* Standard library functions that are used by the codecs follow here */ -- cgit v1.2.3