summaryrefslogtreecommitdiffstats
path: root/src/ctrl/start.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctrl/start.c')
-rwxr-xr-xsrc/ctrl/start.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ctrl/start.c b/src/ctrl/start.c
index 6a3ae22..563582c 100755
--- a/src/ctrl/start.c
+++ b/src/ctrl/start.c
@@ -13,7 +13,8 @@
#include <stdio.h>
#include <string.h>
-#include "libalx/base/errno/error.h"
+#define ALX_NO_PREFIX
+#include <libalx/base/errno/error.h>
#include "mine-sweeper/game/core.h"
#include "mine-sweeper/game/iface.h"
@@ -101,7 +102,7 @@ static void start_load (void)
player_iface_cleanup();
return;
err:
- alx_perror("game_init_load");
+ perrorx("game_init_load");
}