summaryrefslogtreecommitdiffstats
path: root/libvo/vo_jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_jpeg.c')
-rw-r--r--libvo/vo_jpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_jpeg.c b/libvo/vo_jpeg.c
index 1cc0599023..82eab71635 100644
--- a/libvo/vo_jpeg.c
+++ b/libvo/vo_jpeg.c
@@ -98,7 +98,7 @@ static int framenum = 0;
* returns, everything went well.
*/
-void jpeg_mkdir(char *buf, int verbose) {
+static void jpeg_mkdir(char *buf, int verbose) {
struct stat stat_p;
#ifndef __MINGW32__