diff options
Diffstat (limited to 'src/Main.cc')
-rw-r--r-- | src/Main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cc b/src/Main.cc index 9f36b56..6566193 100644 --- a/src/Main.cc +++ b/src/Main.cc @@ -148,7 +148,7 @@ Action * buildmenu(void) { return m; } -int startup() { +int startup() throw (GeneralException) { int c; String port = "1500"; |