1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 09:27:59 +00:00

Remove unwanted underscore.

[originally from svn r5088]
This commit is contained in:
Owen Dunn 2005-01-09 14:45:00 +00:00
parent 06434ffc71
commit ea218e4d2c

2
misc.h
View File

@ -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