forked from len0rd/rockbox
code police : fix some multiply defined variables
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18830 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
695c39bc9c
commit
ae7391b187
10 changed files with 10 additions and 10 deletions
|
|
@ -109,7 +109,7 @@ struct options {
|
|||
int dirty;
|
||||
};
|
||||
|
||||
bool plugbuf;
|
||||
extern bool plugbuf;
|
||||
|
||||
extern struct options options;
|
||||
#define savedir ROCKBOX_DIR "/rockboy"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue