Skip to content

Commit

Permalink
Fix Coverity defect #461: MISSING_BREAK in profiling.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Util committed Feb 23, 2011
1 parent d52927b commit dac7306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runcore/profiling.c
Expand Up @@ -869,6 +869,7 @@ ARGIN(PPROF_DATA *pprof_data), ARGIN_NULLOK(Parrot_profiling_line type))
char *value = (char *) pprof_data[PPROF_DATA_ANNOTATION_VALUE];
fprintf(runcore->profile_fd, "AN:{x{name:%s}x}{x{value:%s}x}\n", name, value);
}
break;

case PPROF_LINE_CLI:
fprintf(runcore->profile_fd, "CLI: %s\n", (char *) pprof_data[PPROF_DATA_CLI]);
Expand Down

0 comments on commit dac7306

Please sign in to comment.