diff pca.c @ 596:11efcc64c2f6 libavutil

Add missing 'void' keyword to parameterless function declarations.
author diego
date Mon, 05 Jan 2009 13:57:43 +0000
parents 0c8ca6fd0832
children 8c48a1b999a3
line wrap: on
line diff
--- a/pca.c	Sun Jan 04 23:55:27 2009 +0000
+++ b/pca.c	Mon Jan 05 13:57:43 2009 +0000
@@ -168,7 +168,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-int main(){
+int main(void){
     PCA *pca;
     int i, j, k;
 #define LEN 8