From 2f7e8d1590a1c46d453648f384a7486e06f0cd21 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Wed, 19 Jan 2005 21:23:02 +0000 Subject: missing = --- communication.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'communication.c') diff --git a/communication.c b/communication.c index 81fca22..1035ae9 100644 --- a/communication.c +++ b/communication.c @@ -656,7 +656,7 @@ static int retrieve_from_file(char *filename, struct ebt_replace *repl, fseek(file, 0, SEEK_END); if (size != ftell(file)) { ebt_print_error("File %s has wrong size", filename); - ret -1; + ret = -1; goto close_file; } entries = (char *)malloc(repl->entries_size); -- cgit v1.2.3