summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--fp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fp.c b/fp.c
index 6ff2447..073c972 100644
--- a/fp.c
+++ b/fp.c
@@ -64,7 +64,7 @@ void getchhnd(int sig)
 
 struct collision strsub(const char *outside, const char *inside)
 {
-	struct collision res = {0, 0};
+	struct collision res = {0, 0, 0};
 
 	size_t outlen = strlen(outside);
 	size_t inlen = strlen(inside);