Skip to content

Commit

Permalink
fixup! main: introduce portable scandir implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
masatake committed Aug 4, 2017
1 parent b77c8be commit a5a0a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/portable-dirent.h
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ static void rewinddir(DIR* dirp)
#endif

#else
#erorr "No dirent.h"
#error "dirent.h is not available."
#endif /*DIRENT_H*/

#endif /* HAVE_DIRENT_H */

0 comments on commit a5a0a29

Please sign in to comment.