stb_image: Add trailing semicolon to usage example

Fixes issue #1330 reported by lunasorcery.
master
Fabian Giesen ago%!(EXTRA string=2 years)
parent 038b6ab9ec
commit 51d295e33e
  1. 2
      stb_image.h

@ -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

Loading…
Cancel
Save