Skip to content

Commit 406c0c1

Browse files
feat: fixed glow
1 parent 367fff3 commit 406c0c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

filter.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ int main(int argc, char *argv[])
135135
int brightness_value = atoi(optarg);
136136
brightness(height, width, image, brightness_value);
137137
break;
138-
case 'w':
138+
}
139+
case 'w':{
139140
glow(height, width, image);
140141
break;
141142
}

0 commit comments

Comments
 (0)