diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-06-21 03:21:29 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-06-21 03:21:29 +0000 |
commit | 9507a12e42a45b9b82f72f7484c4ebe1a031a99b (patch) | |
tree | b5a390c8be147882cca0a55f318408bcf444651e /ffserver.c | |
parent | 072f66c9803881da25d5b787ef6a33f251349d7a (diff) | |
download | ffmpeg-9507a12e42a45b9b82f72f7484c4ebe1a031a99b.tar.gz |
add static
Originally committed as revision 13840 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffserver.c')
-rw-r--r-- | ffserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", |