Skip to content

Commit

Permalink
libwebp: Fix missing '{' in README
Browse files Browse the repository at this point in the history
Change-Id: I205e9dc24450b258b416550cd3f59ce5049546c7
  • Loading branch information
y-guyon committed Feb 15, 2019
1 parent e05f785 commit 62eb3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ The encoding flow looks like:
// Setup a config, starting form a preset and tuning some additional
// parameters
WebPConfig config;
if (!WebPConfigPreset(&config, WEBP_PRESET_PHOTO, quality_factor))
if (!WebPConfigPreset(&config, WEBP_PRESET_PHOTO, quality_factor)) {
return 0; // version error
}
// ... additional tuning
Expand Down

0 comments on commit 62eb3f0

Please sign in to comment.