aboutsummaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cc b/src/main.cc
index 362c775..b441797 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -1,6 +1,6 @@
1// main.cc for FbPager 1// main.cc for FbPager
2// Copyright (c) 2003-2004 Henrik Kinnunen (fluxgen at users.sourceforge.net) 2// Copyright (c) 2003-2004 Henrik Kinnunen (fluxgen at users.sourceforge.net)
3// 3//
4// Permission is hereby granted, free of charge, to any person obtaining a 4// Permission is hereby granted, free of charge, to any person obtaining a
5// copy of this software and associated documentation files (the "Software"), 5// copy of this software and associated documentation files (the "Software"),
6// to deal in the Software without restriction, including without limitation 6// to deal in the Software without restriction, including without limitation
@@ -98,7 +98,7 @@ int main(int argc, char **argv) {
98 throw string("Display connection"); 98 throw string("Display connection");
99 } 99 }
100 100
101 FbPager::FbPager fbpager(screen_num, withdraw, 101 FbPager::FbPager fbpager(screen_num, withdraw,
102 show_resources, 102 show_resources,
103 layer, 103 layer,
104 resourcefile.c_str()); 104 resourcefile.c_str());