aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.h b/common.h
index f74c372b..6cf75759 100644
--- a/common.h
+++ b/common.h
@@ -612,10 +612,10 @@ const wchar_t *wcsfuncname(const wchar_t *str);
/**
Test if the given string is valid in a variable name
- \return 1 if this is a valid name, 0 otherwise
+ \return true if this is a valid name, false otherwise
*/
-int wcsvarchr(wchar_t chr);
+bool wcsvarchr(wchar_t chr);
/**