Skip to content

Commit

Permalink
stb_image: Add trailing semicolon to usage example
Browse files Browse the repository at this point in the history
Fixes issue nothings#1330 reported by lunasorcery.
  • Loading branch information
rygorous committed Jan 23, 2023
1 parent 038b6ab commit 51d295e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stb_image.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ RECENT REVISION HISTORY:
// // ... x = width, y = height, n = # 8-bit components per pixel ...
// // ... replace '0' with '1'..'4' to force that many components per pixel
// // ... but 'n' will always be the number that it would have been if you said 0
// stbi_image_free(data)
// stbi_image_free(data);
//
// Standard parameters:
// int *x -- outputs image width in pixels
Expand Down

0 comments on commit 51d295e

Please sign in to comment.