From 67b38d788522df63f25ff70b5c2123321c8040f0 Mon Sep 17 00:00:00 2001 From: dwarning Date: Mon, 15 Oct 2018 16:06:57 +0200 Subject: [PATCH] remove empty statement --- src/sharedspice.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sharedspice.c b/src/sharedspice.c index 91a95eaba..2a6036d7d 100644 --- a/src/sharedspice.c +++ b/src/sharedspice.c @@ -814,7 +814,7 @@ int ngSpice_Command(char* comexec) return 0; } return 1; -}; +} /* Return information about a vector to the caller */ IMPEXP @@ -861,7 +861,7 @@ pvector_info ngGet_Vec_Info(char* vecname) #endif return myvec; -}; +} /* Receive a circuit from the caller as a pointer to an array of char* .