stb_image: Add trailing semicolon to usage example

Fixes issue #1330 reported by lunasorcery.
This commit is contained in:
Fabian Giesen 2023-01-22 16:16:02 -08:00
parent 038b6ab9ec
commit 51d295e33e
1 changed files with 1 additions and 1 deletions

View File

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