aboutsummaryrefslogtreecommitdiff
path: root/tools/combiner/combiner.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/combiner/combiner.c')
-rw-r--r--tools/combiner/combiner.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/combiner/combiner.c b/tools/combiner/combiner.c
index cd724ce..1192ab3 100644
--- a/tools/combiner/combiner.c
+++ b/tools/combiner/combiner.c
@@ -7,8 +7,8 @@ uint8_t lo[131072*4];
int main()
{
- FILE * l = fopen( "l_lighthouse.dat", "rb" );
- FILE * r = fopen( "r_lighthouse.dat", "rb" );
+ FILE * l = fopen( "L_lighthouse.dat", "rb" );
+ FILE * r = fopen( "R_lighthouse.dat", "rb" );
FILE * o = fopen( "dual_lighthouse.dat", "wb" );
fread( rd, 131072, 1, r );
fread( ld, 131072, 1, l );