diff options
Diffstat (limited to 'call/call.h')
-rw-r--r-- | call/call.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/call/call.h b/call/call.h index bbc1fb4..b7723d7 100644 --- a/call/call.h +++ b/call/call.h @@ -2,7 +2,7 @@ #define FALSE 0 #endif #ifndef TRUE -#define TRUE 1 +#define TRUE 1 #endif extern int fd; extern int interrupted; |