From 492ca4288c8d69873234b8e0c5c724cc8daec235 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Mon, 11 Aug 2025 03:00:26 +0800 Subject: [PATCH] Debug with \n --- lib/xy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xy.h b/lib/xy.h index c08f66b..50915bf 100644 --- a/lib/xy.h +++ b/lib/xy.h @@ -289,7 +289,7 @@ xy_strdup (const char *str) { if (!str) { - fprintf (stderr, "xy.h: xy_strdup() called with NULL!"); + fprintf (stderr, "xy.h: xy_strdup() called with NULL!\n"); return NULL; }