summaryrefslogtreecommitdiff
path: root/benchmarks/parsetostruct.proto2_compiled.cc
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/parsetostruct.proto2_compiled.cc')
-rw-r--r--benchmarks/parsetostruct.proto2_compiled.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/parsetostruct.proto2_compiled.cc b/benchmarks/parsetostruct.proto2_compiled.cc
index 4091ed0..f5f02bf 100644
--- a/benchmarks/parsetostruct.proto2_compiled.cc
+++ b/benchmarks/parsetostruct.proto2_compiled.cc
@@ -11,7 +11,7 @@ MESSAGE_CIDENT msg[NUM_MESSAGES];
static bool initialize()
{
- /* Read the message data itself. */
+ // Read the message data itself. */
std::ifstream stream(MESSAGE_FILE);
if(!stream.is_open()) {
fprintf(stderr, "Error opening " MESSAGE_FILE ".\n");
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback