Skip to content

Commit

Permalink
Use (void) to indicate no parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere authored and Yay295 committed Sep 7, 2024
1 parent 0c335d2 commit a6ca45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libImaging/Access.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ put_pixel_32(Imaging im, int x, int y, const void *color) {
}

void
ImagingAccessInit() {
ImagingAccessInit(void) {
#define ADD(mode_, get_pixel_, put_pixel_) \
{ \
ImagingAccess access = add_item(mode_); \
Expand Down

0 comments on commit a6ca45a

Please sign in to comment.