1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

pingpong.h: Fixed line length over 78 characters from b56c9eb48e

This commit is contained in:
Steve Holme 2013-02-12 19:28:23 +00:00
parent b56c9eb48e
commit bd93062ee5

View File

@ -64,7 +64,8 @@ struct pingpong {
CURLcode (*statemach_act)(struct connectdata *conn);
bool (*endofresp)(struct connectdata *conn, char *ptr, size_t len, int *code);
bool (*endofresp)(struct connectdata *conn, char *ptr, size_t len,
int *code);
};
/*