Minor style adjustment.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5850 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
e0efad70bf
commit
976c94b8ca
1 changed files with 2 additions and 2 deletions
|
@ -102,8 +102,8 @@ void foobar (void)
|
||||||
unsigned char loademdriver (void)
|
unsigned char loademdriver (void)
|
||||||
{
|
{
|
||||||
static char emd[MAX_EM_DRIVER][FILENAME_MAX];
|
static char emd[MAX_EM_DRIVER][FILENAME_MAX];
|
||||||
DIR* dir;
|
DIR *dir;
|
||||||
struct dirent* ent;
|
struct dirent *ent;
|
||||||
unsigned char max = 0;
|
unsigned char max = 0;
|
||||||
unsigned char num;
|
unsigned char num;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue