From 77cb98ab5b7df57b753017bac11746904ac916ac Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sat, 8 Aug 2020 17:32:06 +0000 Subject: [PATCH] renames E_NARGS to E_ENARGS --- qse/include/qse/Types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qse/include/qse/Types.hpp b/qse/include/qse/Types.hpp index d282b89a..7645a3cc 100644 --- a/qse/include/qse/Types.hpp +++ b/qse/include/qse/Types.hpp @@ -234,7 +234,7 @@ public: E_EINTERN, /**< internal error */ E_ENOMEM, - E_NARGS, /**< wrong number of arguments */ + E_ENARGS, /**< wrong number of arguments */ E_EINVAL, E_EACCES, E_EPERM,