]> git.eshelyaron.com Git - emacs.git/commitdiff
(get_quoted_string): Make static
authorJason Rumney <jasonr@gnu.org>
Thu, 21 Jun 2007 23:28:41 +0000 (23:28 +0000)
committerJason Rumney <jasonr@gnu.org>
Thu, 21 Jun 2007 23:28:41 +0000 (23:28 +0000)
src/w32bdf.c

index 358415c6e42a72bd3c6c2362f10f1c720d96202b..316254eb7f9f50f104b6429b7028df40a107628d 100644 (file)
@@ -93,7 +93,7 @@ proceed_file_line(char *key, char *start, int *len, char **val, char **next)
   return 1;
 }
 
-char*
+static char*
 get_quoted_string(char *start, char *end)
 {
   char *p, *q, *result;