mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
inp_search_closing_paren(), rewrite
This commit is contained in:
@@ -1801,9 +1801,8 @@ inp_search_closing_paren1(char *s)
|
|||||||
if (count == 0)
|
if (count == 0)
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
if (count != 0)
|
|
||||||
return NULL;
|
return NULL;
|
||||||
return s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -1821,9 +1820,8 @@ inp_search_for_closing_paren2(char *s)
|
|||||||
if (count == 0)
|
if (count == 0)
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
if (count != 0)
|
|
||||||
return NULL;
|
return NULL;
|
||||||
return s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user