mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
[Fix Yellow] remove DEBUGF from skin_parser.c cleanup spaces
move const to the proper side Change-Id: Ide7c1878281eaee28d06426eee43041ad61acbc4
This commit is contained in:
parent
68d4fd0e5b
commit
793c797447
8 changed files with 54 additions and 58 deletions
|
|
@ -28,7 +28,7 @@
|
|||
#include "skin_parser.h"
|
||||
|
||||
/****************************************************************************
|
||||
*
|
||||
*
|
||||
* This code handles buffer allocation for the entire skin system.
|
||||
* This needs to work in 3 different situations:
|
||||
* 1) as a stand alone library. ROCKBOX isnt defined, alloc using malloc()
|
||||
|
|
@ -39,8 +39,8 @@
|
|||
* the start of our buffer
|
||||
* 3) ROCKBOX "application/hosted" builds, alloc using the hosts malloc().
|
||||
* We need to keep track of all allocations so they can be free()'d easily
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue