From 846f87f83b6c82fee624f367c080d56dbe8cf95a Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 13 Jul 2008 11:54:13 +0000 Subject: [PATCH] cosmetics: main (void) --> main(void) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27273 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 9a968c88be..20818734f1 100755 --- a/configure +++ b/configure @@ -2459,7 +2459,7 @@ EOF cat > $TMPC << EOF $inc_altivec_h #define AVV(x...) {x} -int main (void) { (vector int) AVV(1); return 0; } +int main(void) { (vector int) AVV(1); return 0; } EOF cc_check $_altivec_gcc_flags && _def_altivec_vector_braces='#define HAVE_ALTIVEC_VECTOR_BRACES 1'