Commit 5cf5e939 authored by pgal.u-szeged's avatar pgal.u-szeged Committed by Commit bot

Fix warning for multi line comment in QUIC.

Removed tailing \ character from the example usage to
make GCC to forget the multi-line comment warning.

BUG=410777
TEST=build with gcc

Review URL: https://codereview.chromium.org/534383003

Cr-Commit-Position: refs/heads/master@{#293334}
parent b0f88f7c
......@@ -6,7 +6,7 @@
// Connects to a host using QUIC, and sends requests to the provided URLS.
//
// Example usage:
// quic_client --address=127.0.0.1 --port=6122 --hostname=www.google.com \
// quic_client --address=127.0.0.1 --port=6122 --hostname=www.google.com
// http://www.google.com/index.html http://www.google.com/favicon.ico
#include <iostream>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment