Skip to content

Commit

Permalink
Add missing breaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Jun 25, 2015
1 parent 6ccc214 commit c5a362f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/output_formatter.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ void OUTPUT_FORMATTER::object_key_value(const char *key, const char *key_fmt,
string.bsprintf(value_fmt, value);
result_message_plain->strcat(string);
}
break;
}
}

Expand Down Expand Up @@ -220,6 +221,7 @@ void OUTPUT_FORMATTER::object_key_value(const char *key, const char *key_fmt,
result_message_plain->strcat(string);
}
Dmsg2(800, "obj: %s:%s\n", key, wvalue.c_str());
break;
}
}

Expand Down

0 comments on commit c5a362f

Please sign in to comment.