summaryrefslogtreecommitdiffstats
path: root/libvo/aspecttest.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/aspecttest.c')
-rw-r--r--libvo/aspecttest.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libvo/aspecttest.c b/libvo/aspecttest.c
index 9beebcf766..3d6064c577 100644
--- a/libvo/aspecttest.c
+++ b/libvo/aspecttest.c
@@ -55,8 +55,7 @@ int main(int argc, char *argv[]) {
return 1;
}
printf("monitor_aspect: %f\n",monitor_aspect);
- aspect(&w,&h,z);
+ aspect(&w,&h,z);
printf("new size: %dx%d\n",w,h);
return 0;
}
-