xlib_playground

Xlib playground for experiments.
Log | Files | Refs

commit cd859b7cef13a1860575de3de06d534cf2da8268
parent 665c96e6ef6399f0e5da40fe40badc208b1eba47
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Sun, 15 Jan 2023 06:09:32 +0900

change error message

Diffstat:
Mex9/main.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ex9/main.c b/ex9/main.c @@ -212,7 +212,7 @@ game_play(void) BLOCK_SIZE * BLOCK_SIZE, NULL)); if (olc == NULL) { - fprintf(stderr, "error: adding item to list ol\n"); + fprintf(stderr, "main: error. adding item to list ol\n"); } else { ol = olc; }