[ion] Avoid a cast from NULL to \0

This commit is contained in:
Romain Goyet
2019-10-10 16:50:04 +02:00
committed by LeaNumworks
parent 758c217120
commit e857e7a297

View File

@@ -6,7 +6,7 @@ namespace Ion {
namespace Console {
char readChar() {
return NULL;
return '\0';
}
static KDPoint cursor = KDPointZero;