diff src/w32bdf.c @ 90961:b04031f0a31e

(get_quoted_string): Make static
author Jason Rumney <jasonr@gnu.org>
date Thu, 21 Jun 2007 23:28:41 +0000
parents 95d0cdf160ea
children 988f1edc9674
line wrap: on
line diff
--- a/src/w32bdf.c	Wed Jun 20 12:10:24 2007 +0000
+++ b/src/w32bdf.c	Thu Jun 21 23:28:41 2007 +0000
@@ -93,7 +93,7 @@
   return 1;
 }
 
-char*
+static char*
 get_quoted_string(char *start, char *end)
 {
   char *p, *q, *result;