diff options
author | Jordi Vilalta Prat | 2008-01-28 00:14:17 +0000 |
---|---|---|
committer | Jordi Vilalta Prat | 2008-01-28 00:14:17 +0000 |
commit | d6c34bdc4b12ea7bef445ef4d84bf8a5370c02dd (patch) | |
tree | e6e98f266610f6428c248aed6abc75e637e45231 /backends/platform/wince/missing | |
parent | 66e9d4f5e8f35b28f8abd9ce53a0da4da3ce8985 (diff) | |
download | scummvm-rg350-d6c34bdc4b12ea7bef445ef4d84bf8a5370c02dd.tar.gz scummvm-rg350-d6c34bdc4b12ea7bef445ef4d84bf8a5370c02dd.tar.bz2 scummvm-rg350-d6c34bdc4b12ea7bef445ef4d84bf8a5370c02dd.zip |
Fixed the spaces before tabs.
svn-id: r30667
Diffstat (limited to 'backends/platform/wince/missing')
-rw-r--r-- | backends/platform/wince/missing/dirent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/wince/missing/dirent.h b/backends/platform/wince/missing/dirent.h index 82dd0b2ee7..07e54bbb9d 100644 --- a/backends/platform/wince/missing/dirent.h +++ b/backends/platform/wince/missing/dirent.h @@ -7,7 +7,7 @@ struct dirent long d_ino; /* Always zero. */ unsigned short d_reclen; /* Always zero. */ unsigned short d_namlen; /* Length of name in d_name. */ - char* d_name; /* File name. */ + char* d_name; /* File name. */ /* NOTE: The name in the dirent structure points to the name in the * finddata_t structure in the DIR. */ }; @@ -44,7 +44,7 @@ typedef struct DIR* opendir (const char*); struct dirent* readdir (DIR*); -int closedir (DIR*); +int closedir (DIR*); /* void rewinddir (DIR*); long telldir (DIR*); |