fixes #426 :: detab'ing the DMDFE source; kudos SiegeLord

This commit is contained in:
Moritz Warning
2010-09-05 19:04:26 +02:00
parent fbba26f9bb
commit ac5180b65b
80 changed files with 31247 additions and 31247 deletions

View File

@@ -21,9 +21,9 @@
struct StringValue
{
union
{ int intvalue;
void *ptrvalue;
dchar *string;
{ int intvalue;
void *ptrvalue;
dchar *string;
};
Lstring lstring;
};