diff options
author | pixel <pixel> | 2002-12-07 00:47:00 +0000 |
---|---|---|
committer | pixel <pixel> | 2002-12-07 00:47:00 +0000 |
commit | 2b26a277cdcf441383ac8210b1f39f1b0d6b34bf (patch) | |
tree | 2ea7594b6ecad0a66a8d2271ce6761195fdd942b /src | |
parent | 99447043a97d4b54cfdf3c44d5866a5d59268c43 (diff) |
Whooooooups ;-)
Diffstat (limited to 'src')
-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"; |