add static
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sat, 21 Jun 2008 03:21:29 +0000 (03:21 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sat, 21 Jun 2008 03:21:29 +0000 (03:21 +0000)
Originally committed as revision 13840 to svn://svn.ffmpeg.org/ffmpeg/trunk

ffserver.c

index 1c96199..2b5e6c8 100644 (file)
@@ -77,7 +77,7 @@ enum HTTPState {
     RTSPSTATE_SEND_PACKET,
 };
 
-const char *http_state[] = {
+static const char *http_state[] = {
     "HTTP_WAIT_REQUEST",
     "HTTP_SEND_HEADER",