ex_getln: Return something from hist_type2char without asserts

Otherwise QuickBuild shows a warning that control may reach end of non-void
function.
This commit is contained in:
ZyX
2015-08-14 00:18:36 +03:00
parent 5941380f49
commit bcd8789609

View File

@@ -4783,6 +4783,7 @@ int hist_type2char(int type)
assert(false); assert(false);
} }
} }
return NUL;
} }
/* /*