diff options
| author | Eli Zaretskii | 2016-12-09 19:04:36 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-12-09 19:04:36 +0200 |
| commit | ad03e7af8b816a9a86480196383eaf080afc28e4 (patch) | |
| tree | 45561ab74301a16fa5de21384b1d2fc7b0c98a54 /src | |
| parent | a708a5c6bd6d006a39a60ac72465e25d16bbf6aa (diff) | |
| download | emacs-ad03e7af8b816a9a86480196383eaf080afc28e4.tar.gz emacs-ad03e7af8b816a9a86480196383eaf080afc28e4.zip | |
*src/sysdep.c: Fix a comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 46802dd1eb0..3d2b9bdeeee 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -63,7 +63,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 63 | #define STDERR_FILENO fileno(GetStdHandle(STD_ERROR_HANDLE)) | 63 | #define STDERR_FILENO fileno(GetStdHandle(STD_ERROR_HANDLE)) |
| 64 | #endif | 64 | #endif |
| 65 | #include "w32.h" | 65 | #include "w32.h" |
| 66 | #endif /* not WINDOWSNT */ | 66 | #endif /* WINDOWSNT */ |
| 67 | 67 | ||
| 68 | #include <sys/types.h> | 68 | #include <sys/types.h> |
| 69 | #include <sys/stat.h> | 69 | #include <sys/stat.h> |