mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 20:30:44 +00:00
fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39430 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
10b3c0ff94
commit
279193b644
1 changed files with 1 additions and 1 deletions
|
@ -1240,7 +1240,7 @@ inFileViewerRootedAtPath: (NSString*)rootFullpath
|
|||
#elif defined(__sun__)
|
||||
*fileSystemType =
|
||||
[[NSString alloc] initWithCString: m.f_basetype encoding: enc];
|
||||
#elf !defined(__GNU__)
|
||||
#elif !defined(__GNU__)
|
||||
// FIXME we disable this for HURD, but we need to check for struct member in configure
|
||||
*fileSystemType =
|
||||
[[NSString alloc] initWithCString: m.f_fstypename encoding: enc];
|
||||
|
|
Loading…
Reference in a new issue