On Sun, Jul 25, 2010 at 07:09:25PM +0300, أحمد المحمودي wrote: > Hello, > > I'm not sure if I sent this patch before, anyways, make test fails at > some parts due to missing includes and so, the included patch fixes > the issue.
Hi,
make test still fails for me. This patch should fix it.
Thanks,
Simon
---
src/protocol/test/stub.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/protocol/test/stub.c b/src/protocol/test/stub.c
index 313d8c8..90370e2 100644
--- a/src/protocol/test/stub.c
+++ b/src/protocol/test/stub.c
@@ -118,5 +118,5 @@ void
mailcap_protocol_handler(struct connection *conn)
{
stub_called("mailcap_protocol_handler");
- return NULL;
+ return;
}
--
1.7.2
--
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9
pgptO8ddbS1cY.pgp
Description: PGP signature
_______________________________________________ elinks-dev mailing list [email protected] http://linuxfromscratch.org/mailman/listinfo/elinks-dev
