Remove unwanted underscore.
authorowen <owen@cda61777-01e9-0310-a592-d414129be87e>
Sun, 9 Jan 2005 14:45:00 +0000 (14:45 +0000)
committerowen <owen@cda61777-01e9-0310-a592-d414129be87e>
Sun, 9 Jan 2005 14:45:00 +0000 (14:45 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@5088 cda61777-01e9-0310-a592-d414129be87e

misc.h

diff --git a/misc.h b/misc.h
index fe5056c..d8a4352 100644 (file)
--- a/misc.h
+++ b/misc.h
@@ -5,7 +5,7 @@
 
 #include <stdio.h>                    /* for FILE * */
 #include <stdarg.h>                   /* for va_list */
-#include <time.h>                      /* for struct_tm */
+#include <time.h>                      /* for struct tm */
 
 #ifndef FALSE
 #define FALSE 0