diff input/ar.c @ 29212:eda346733b8c

Add missing 'void' to parameterless function declarations.
author diego
date Mon, 04 May 2009 17:35:26 +0000
parents 0f42fb42843c
children c3c015112837
line wrap: on
line diff
--- a/input/ar.c	Mon May 04 16:56:36 2009 +0000
+++ b/input/ar.c	Mon May 04 17:35:26 2009 +0000
@@ -303,7 +303,7 @@
     return -1;
 }
 
-int is_mplayer_front()
+int is_mplayer_front(void)
 {
     ProcessSerialNumber myProc, frProc;
     Boolean sameProc;