Skip to content

Commit

Permalink
use (void) for empty function parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Yay295 authored Apr 22, 2024
1 parent 02915c7 commit be324b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libImaging/JpegDecode.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ char *libjpeg_turbo_version = NULL;
#endif

int
ImagingJpegUseJCSExtensions() {
ImagingJpegUseJCSExtensions(void) {
int use_jcs_extensions = 0;
#ifdef JCS_EXTENSIONS
#if defined(LIBJPEG_TURBO_VERSION_NUMBER)
Expand Down

0 comments on commit be324b9

Please sign in to comment.