Skip to content

Commit

Permalink
fix(rcode_norm): typo in change for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregungory committed Jul 24, 2020
1 parent bd9ac60 commit 7b76e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/rcode_norm.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef lint
static const char RCSid[] = "$Id: rcode_norm.c,v 2.8 2020/07/20 15:53:30 greg Exp $";
static const char RCSid[] = "$Id: rcode_norm.c,v 2.9 2020/07/24 16:00:10 greg Exp $";
#endif
/*
* Encode and decode surface normal map using 32-bit integers
Expand Down Expand Up @@ -342,7 +342,7 @@ main(int argc, char *argv[])
fputs(": cannot open for writing\n", stderr);
return 1;
}
SET_FILE_BINARY(dc.finp); /* starting assumption */
SET_FILE_BINARY(nc.finp); /* starting assumption */
SET_FILE_BINARY(stdout);
#ifdef getc_unlocked /* avoid stupid semaphores */
flockfile(nc.finp);
Expand Down

0 comments on commit 7b76e93

Please # to comment.