Skip to content

Commit

Permalink
programs: draw
Browse files Browse the repository at this point in the history
  • Loading branch information
rouseabout committed Feb 2, 2025
1 parent 33d9127 commit aec46a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/draw.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ int main(int argc, char ** argv)
{
int fd = open("/dev/fb0", O_RDWR);
if (fd < 0) {
perror("open");
perror("/dev/fb0");
return EXIT_FAILURE;
}

Expand Down

0 comments on commit aec46a8

Please sign in to comment.