From d767883a417667ceebf5bb241d02337f34bc8016 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Thu, 6 Aug 2009 09:28:25 +0000 Subject: Various files: make functions static if they're local or make sure there is a proper #include if not git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22184 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/librm/rm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/librm') diff --git a/apps/codecs/librm/rm.c b/apps/codecs/librm/rm.c index b205e7f88d..00ee37a2f2 100644 --- a/apps/codecs/librm/rm.c +++ b/apps/codecs/librm/rm.c @@ -29,7 +29,7 @@ #define SWAP(a, b) do{uint8_t SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0) -void advance_buffer(uint8_t **buf, int val) +static void advance_buffer(uint8_t **buf, int val) { *buf += val; } -- cgit v1.2.3