aboutsummaryrefslogtreecommitdiff
path: root/programs/http_client_upcall.c
diff options
context:
space:
mode:
Diffstat (limited to 'programs/http_client_upcall.c')
-rw-r--r--programs/http_client_upcall.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/programs/http_client_upcall.c b/programs/http_client_upcall.c
index c091ad62..d3d97acb 100644
--- a/programs/http_client_upcall.c
+++ b/programs/http_client_upcall.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016 Felix Weinrank
+ * Copyright (C) 2016-2018 Felix Weinrank
*
* All rights reserved.
*
@@ -127,10 +127,10 @@ main(int argc, char *argv[])
struct sctp_udpencaps encaps;
int result;
- if (argc < 3) {
- printf("Usage: http_client_upcall remote_addr remote_port [local_port] [local_encaps_port] [remote_encaps_port] [uri]\n");
- return(EXIT_FAILURE);
- }
+ if (argc < 3) {
+ printf("Usage: http_client_upcall remote_addr remote_port [local_port] [local_encaps_port] [remote_encaps_port] [uri]\n");
+ return(EXIT_FAILURE);
+ }
result = 0;
if (argc > 4) {