diff options
author | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2009-05-08 23:50:26 +0300 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2009-05-08 23:50:26 +0300 |
commit | 1db1773ec27fc4e7c9d44ad02ccfa7eaf364ce07 (patch) | |
tree | c5e99bfe0e69cd37fb8ac70fadf00ce54a1cbe3c /input | |
parent | f2864e9a072f53c38a04dd7c44392521777dc908 (diff) | |
parent | 86c9fb2e8930de031807513c9b93d47394d2d2fa (diff) |
Merge svn changes up to r29277
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 41e7736e45..0827b8be83 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; |