mirror of
https://github.com/cc65/cc65.git
synced 2025-01-14 00:32:08 +00:00
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
@ -102,8 +102,8 @@ void foobar (void)
|
||||
unsigned char loademdriver (void)
|
||||
{
|
||||
static char emd[MAX_EM_DRIVER][FILENAME_MAX];
|
||||
DIR* dir;
|
||||
struct dirent* ent;
|
||||
DIR *dir;
|
||||
struct dirent *ent;
|
||||
unsigned char max = 0;
|
||||
unsigned char num;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user