From a5737a63b8aedf640392d4911376a6a5c84fc338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 19 Jul 2019 09:56:00 +0200 Subject: [PATCH] ocs: renamed parameter size -> required_size in osc_ensure_size() --- osc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc.h b/osc.h index 1a40116b..0820a8fc 100644 --- a/osc.h +++ b/osc.h @@ -3,5 +3,5 @@ #include #include "terminal.h" -bool osc_ensure_size(struct terminal *term, size_t size); +bool osc_ensure_size(struct terminal *term, size_t required_size); void osc_dispatch(struct terminal *term);