mirror of
https://github.com/fltk/fltk.git
synced 2025-12-11 05:31:07 +08:00
Remove stray tab
This commit is contained in:
@@ -224,7 +224,7 @@ void MyTable::load_command(const char *cmd) {
|
||||
for ( int line=0; fgets(s, sizeof(s)-1, fp); line++ ) {
|
||||
#ifdef _WIN32
|
||||
// WINDOWS
|
||||
if ( line < 5 ) continue; // skip DIR's 5 line header
|
||||
if ( line < 5 ) continue; // skip DIR's 5 line header
|
||||
#else
|
||||
// UNIX
|
||||
if ( line==0 && strncmp(s,"total ",6)==0) continue;
|
||||
|
||||
Reference in New Issue
Block a user