From 9507a12e42a45b9b82f72f7484c4ebe1a031a99b Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Sat, 21 Jun 2008 03:21:29 +0000 Subject: add static Originally committed as revision 13840 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffserver.c') diff --git a/ffserver.c b/ffserver.c index 1c961991cc..2b5e6c8fdc 100644 --- a/ffserver.c +++ b/ffserver.c @@ -77,7 +77,7 @@ enum HTTPState { RTSPSTATE_SEND_PACKET, }; -const char *http_state[] = { +static const char *http_state[] = { "HTTP_WAIT_REQUEST", "HTTP_SEND_HEADER", -- cgit v1.2.3