summaryrefslogtreecommitdiffstats
path: root/fbbrowser/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fbbrowser/main.cpp')
-rw-r--r--fbbrowser/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbbrowser/main.cpp b/fbbrowser/main.cpp
index 5e008f8..2658e6a 100644
--- a/fbbrowser/main.cpp
+++ b/fbbrowser/main.cpp
@@ -27,7 +27,7 @@ QString getPath(const char* c)
int main(int argc, char *argv[])
{
// Parse command line arguments.
- int opt = 1;
+ int opt = 0;
int longIndex = 0;
// Declare the short options as a char*, these have exactly one - followed by letter from optString.
// For example: ./fbbrowser -h