mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-26 12:50:19 +00:00
main() --> main(void)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25128 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
@@ -94,7 +94,7 @@ void InitTimer()
|
||||
#if 0
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
int main(void) {
|
||||
int i,j, r, c = 200;
|
||||
long long t = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user