mirror of
https://github.com/strongswan/strongswan.git
synced 2025-11-22 00:01:45 -05:00
fixed another compiler warning
This commit is contained in:
parent
fca4d3ee03
commit
5848e473e8
@ -6,7 +6,7 @@
|
||||
*/
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
int i, end = 0;
|
||||
int end = 0;
|
||||
unsigned char byte;
|
||||
|
||||
printf("X'");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user