diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-05-04 17:35:26 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-05-04 17:35:26 +0000 |
commit | d9ded9284c43a311b8c2bed6e85466be4d465c0c (patch) | |
tree | 383e73cb430cf999b32de6c0466410175a3401fd /input | |
parent | 56a13121a765b89bcf13d3398b969e6ccb17b80c (diff) |
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 'input')
-rw-r--r-- | input/ar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input/ar.c b/input/ar.c index 61a6de0c6d..e64c64d45b 100644 --- a/input/ar.c +++ b/input/ar.c @@ -303,7 +303,7 @@ mp_input_ar_init_error: return -1; } -int is_mplayer_front() +int is_mplayer_front(void) { ProcessSerialNumber myProc, frProc; Boolean sameProc; |