From 92ba46112728eb3e8ae66379930691750de907ff Mon Sep 17 00:00:00 2001 From: pnenzi Date: Sat, 6 Sep 2003 15:07:32 +0000 Subject: [PATCH] Fixed a typo error. --- src/spicelib/devices/hisim/hsm1cvtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spicelib/devices/hisim/hsm1cvtest.c b/src/spicelib/devices/hisim/hsm1cvtest.c index 7949f1609..8d83723f3 100644 --- a/src/spicelib/devices/hisim/hsm1cvtest.c +++ b/src/spicelib/devices/hisim/hsm1cvtest.c @@ -77,7 +77,7 @@ HSM1convTest(GENmodel *inModel, register CKTcircuit *ckt) /* gtri - begin - wbk - report conv prob */ if(ckt->enh->conv_debug.report_conv_probs) { ENHreport_conv_prob(ENH_ANALOG_INSTANCE, - (char *) here->HSM11name, + (char *) here->HSM1name, ""); } /* gtri - end - wbk - report conv prob */