Skip to content

Commit

Permalink
revious commit broke program.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuaki1987 committed Aug 22, 2017
1 parent 817aa61 commit 6faa252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StdFace/StdFace_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,7 @@ void StdFace_main(
char *fname//!<[in] Input file name for the standard mode
)
{
struct StdIntList *StdI;
struct StdIntList StdI[1];
FILE *fp;
int ktrans, kintr;
char ctmpline[256];
Expand Down

0 comments on commit 6faa252

Please sign in to comment.