1
0
mirror of https://github.com/cc65/cc65.git synced 2024-05-31 22:41:32 +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:
ol.sc 2012-10-14 19:34:20 +00:00
parent e0efad70bf
commit 976c94b8ca

View File

@ -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;