Converted tab to space
This commit is contained in:
parent
bcb0b2c1b7
commit
99729a4157
|
@ -153,7 +153,7 @@ bool DivEngine::load(unsigned char* f, size_t slen, const char* nameHint) {
|
||||||
} else if (memcmp(file,DIV_FC13_MAGIC,4)==0 || memcmp(file,DIV_FC14_MAGIC,4)==0) {
|
} else if (memcmp(file,DIV_FC13_MAGIC,4)==0 || memcmp(file,DIV_FC14_MAGIC,4)==0) {
|
||||||
return loadFC(file,len);
|
return loadFC(file,len);
|
||||||
} else if (memcmp(file,DIV_TFM_MAGIC,8)==0) {
|
} else if (memcmp(file,DIV_TFM_MAGIC,8)==0) {
|
||||||
return loadTFM(file,len);
|
return loadTFM(file,len);
|
||||||
}
|
}
|
||||||
|
|
||||||
// step 3: try loading as .mod
|
// step 3: try loading as .mod
|
||||||
|
|
Loading…
Reference in a new issue