mirror of
https://github.com/cc65/cc65.git
synced 2026-04-22 01:16:54 +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:
+2
-2
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user