Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
parsers: cosmetic - readability
  • Loading branch information
perexg committed Feb 3, 2016
1 parent c55e47f commit 40c78db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsers/parsers.c
Expand Up @@ -1025,7 +1025,7 @@ parse_mpeg2video_pic_start(service_t *t, elementary_stream_t *st, int *frametype
else
st->es_vbv_delay = v;
#endif
return 0;
return PARSER_APPEND;
}

/**
Expand Down

0 comments on commit 40c78db

Please sign in to comment.