diff options
Diffstat (limited to 'apps/http-proxy/main.cc')
-rw-r--r-- | apps/http-proxy/main.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/http-proxy/main.cc b/apps/http-proxy/main.cc index d9c29ecde..9bd97e02e 100644 --- a/apps/http-proxy/main.cc +++ b/apps/http-proxy/main.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Cisco and/or its affiliates. + * Copyright (c) 2021 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: @@ -139,7 +139,6 @@ int main(int argc, char** argv) { case 'h': default: return usage(argv[0]); - break; } } |