summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfeed_gopher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_gopher.c b/sfeed_gopher.c
index c879864..f9ee9b8 100644
--- a/sfeed_gopher.c
+++ b/sfeed_gopher.c
@@ -11,7 +11,7 @@ static size_t linesize;
static time_t comparetime;
/* Escape characters in gopher, CR and LF are ignored */
-void
+static void
gophertext(FILE *fp, const char *s)
{
for (; *s; s++) {