summaryrefslogtreecommitdiff
path: root/src/HttpActionStatic.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/HttpActionStatic.cc')
-rw-r--r--src/HttpActionStatic.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/HttpActionStatic.cc b/src/HttpActionStatic.cc
index d340bfa..d1cecaf 100644
--- a/src/HttpActionStatic.cc
+++ b/src/HttpActionStatic.cc
@@ -1,8 +1,8 @@
-#include "HttpActionStatic.h"
-#include "Input.h"
-#include "TaskMan.h"
-#include "HelperTasks.h"
-
+#include "HttpActionStatic.h"
+#include "Input.h"
+#include "TaskMan.h"
+#include "HelperTasks.h"
+
bool Balau::HttpActionStatic::Do(HttpServer * server, Http::Request & req, HttpServer::Action::ActionMatch & match, IO<Handle> out) throw (GeneralException) {
HttpServer::Response response(server, req, out);
String & fname = match.uri[1];
@@ -24,7 +24,7 @@ bool Balau::HttpActionStatic::Do(HttpServer * server, Http::Request & req, HttpS
try {
file->open();
}
- catch (ENoEnt & e) {
+ catch (ENoEnt &) {
error = true;
}
}