summaryrefslogtreecommitdiffstats
path: root/libvo/vo_caca.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-04 17:35:26 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-04 17:35:26 +0000
commitd9ded9284c43a311b8c2bed6e85466be4d465c0c (patch)
tree383e73cb430cf999b32de6c0466410175a3401fd /libvo/vo_caca.c
parent56a13121a765b89bcf13d3398b969e6ccb17b80c (diff)
downloadmpv-d9ded9284c43a311b8c2bed6e85466be4d465c0c.tar.bz2
mpv-d9ded9284c43a311b8c2bed6e85466be4d465c0c.tar.xz
Add missing 'void' to parameterless function declarations.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29254 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_caca.c')
-rw-r--r--libvo/vo_caca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_caca.c b/libvo/vo_caca.c
index 36ceb03762..9181eed7de 100644
--- a/libvo/vo_caca.c
+++ b/libvo/vo_caca.c
@@ -140,7 +140,7 @@ static void osdpercent(int duration, int min, int max, int val, const char *desc
posbar[screen_w] = '\0';
}
-static int resize ()
+static int resize(void)
{
screen_w = caca_get_width();
screen_h = caca_get_height();