From 59fbc9b7458212bbc5ce12f8a43982e39c71f393 Mon Sep 17 00:00:00 2001 From: amogus3016 <89612811+amogus3016@users.noreply.github.com> Date: Mon, 13 Dec 2021 12:47:03 -0500 Subject: [PATCH] Update sherpa.c --- sherpa.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sherpa.c b/sherpa.c index 05d399b..d4fe717 100644 --- a/sherpa.c +++ b/sherpa.c @@ -51,8 +51,8 @@ main(int argc, char *argv[]) void vte_terminal_set_size (VteTerminal *terminal, - glong 40 - glong 40); // Set the window size to 40 columns x 40 rows // + glong "40" + glong "40"); // Set the window size to 40 columns x 40 rows // void vte_terminal_set_font_scale (VteTerminal *terminal, - gdouble 14); // Set the font size to 14 // + gdouble "14"); // Set the font size to 14 //