mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05:00
Remove unwanted underscore.
[originally from svn r5088]
This commit is contained in:
parent
06434ffc71
commit
ea218e4d2c
2
misc.h
2
misc.h
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#include <stdio.h> /* for FILE * */
|
#include <stdio.h> /* for FILE * */
|
||||||
#include <stdarg.h> /* for va_list */
|
#include <stdarg.h> /* for va_list */
|
||||||
#include <time.h> /* for struct_tm */
|
#include <time.h> /* for struct tm */
|
||||||
|
|
||||||
#ifndef FALSE
|
#ifndef FALSE
|
||||||
#define FALSE 0
|
#define FALSE 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user