diff options
Diffstat (limited to 'src/antcc.h')
| -rw-r--r-- | src/antcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/antcc.h b/src/antcc.h index 976b766..fcaf02a 100644 --- a/src/antcc.h +++ b/src/antcc.h @@ -305,7 +305,7 @@ typedef struct WriteBuf { uint len; int fd; }; - void *fp; + void *_fp; }; bool err; bool isfp; |