Skip to content

Commit

Permalink
fix ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromoreira committed Jan 24, 2025
1 parent ead2ba6 commit f13d25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0_hello_world.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static void save_gray_frame(unsigned char *buf, int wrap, int xsize, int ysize,

int main(int argc, const char *argv[])
{
a

if (argc < 2) {
printf("You need to specify a media file.\n");
return -1;
Expand Down

1 comment on commit f13d25f

@leandromoreira
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😆

Please sign in to comment.