From ce3fd68a14b2c01bdfd3c26257e1b7eb2d0bbf63 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 17 Apr 2011 16:01:52 -0400 Subject: Comment and typo fixes. --- gpsclient.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gpsclient.c') diff --git a/gpsclient.c b/gpsclient.c index 8b952fbf..1c573c09 100644 --- a/gpsclient.c +++ b/gpsclient.c @@ -79,6 +79,7 @@ PyDoc_STRVAR(module_doc, "Python wrapper for selected libgps library routines.\n\ "); +/* banishes a pointless compiler warning */ extern PyMODINIT_FUNC initclienthelpers(void); PyMODINIT_FUNC -- cgit v1.2.1