Skip to content

Commit 848e595

Browse files
bug: corrected typo int helpers.c
1 parent 9acee29 commit 848e595

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

filter.exe

160 KB
Binary file not shown.

helpers.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "helper.h"
1+
#include "helpers.h"
22

33

44
void grayscale(int height, int width, RGBTRIPLE image[height][width]){

input.bmp

68.7 MB
Binary file not shown.

out.bmp

68.7 MB
Binary file not shown.

0 commit comments

Comments
 (0)