summaryrefslogtreecommitdiffstats
path: root/fsa/src/apps/makefsa/makefsa.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fsa/src/apps/makefsa/makefsa.cpp')
-rw-r--r--fsa/src/apps/makefsa/makefsa.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsa/src/apps/makefsa/makefsa.cpp b/fsa/src/apps/makefsa/makefsa.cpp
index f86a0d781c1..72162851f16 100644
--- a/fsa/src/apps/makefsa/makefsa.cpp
+++ b/fsa/src/apps/makefsa/makefsa.cpp
@@ -73,7 +73,7 @@ int main(int argc, char** argv)
bool verbose = false;
unsigned int lines=0,count = 0;
- char opt;
+ int opt;
extern char *optarg;
extern int optind;