24 lines
484 B
Diff
24 lines
484 B
Diff
From fd35c9c1533d9c50dd74a9f1b32e94257a2bf1bd Mon Sep 17 00:00:00 2001
|
|
From: Nelson Marques <nmo.marques@gmail.com>
|
|
Date: Sat, 1 Dec 2012 17:46:53 +0000
|
|
Subject: [PATCH] add return
|
|
|
|
---
|
|
tests/fakekey-test.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/tests/fakekey-test.c b/tests/fakekey-test.c
|
|
index 9d807b6..9e50124 100644
|
|
--- a/tests/fakekey-test.c
|
|
+++ b/tests/fakekey-test.c
|
|
@@ -34,5 +34,6 @@ main(int argc, char **argv)
|
|
p++;
|
|
}
|
|
|
|
+ return 0;
|
|
|
|
}
|
|
--
|
|
1.8.0
|
|
|