From 4368a446f8afc498138c9336b5d3cd86625f09ad Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 6 Feb 2017 13:07:40 +0100 Subject: [PATCH 1/1] fix extra ws --- m4/psi/psi_const.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/m4/psi/psi_const.m4 b/m4/psi/psi_const.m4 index e0b67a3..6210ef9 100644 --- a/m4/psi/psi_const.m4 +++ b/m4/psi/psi_const.m4 @@ -9,8 +9,7 @@ psi_add_str_const() { # Add a pre-defined int constant to $PSI_CONSTS_H psi_add_int_const() { PSI_CONSTS="$PSI_CONSTS - {PSI_T_INT, \"int\", \"psi\\\\$1\", \"$2\", PSI_T_NUMBER}, -" + {PSI_T_INT, \"int\", \"psi\\\\$1\", \"$2\", PSI_T_NUMBER}," } dnl PSI_CONST(const name, type) -- 2.30.2