return NULL

This commit is contained in:
h_vogt 2010-06-03 22:17:25 +00:00
parent a633a0d50f
commit ba48d85de1
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
b4soimdel.c b4soimpar.c b4soinoi.c b4soipar.c b4soipzld.c
b4soiset.c b4soitemp.c b4soitrunc.c:
update to BSIM4SOI vers. 4.3.1
* misc/tilde.c: return path NULL added
2010-05-30 Holger Vogt
* xgraph/dialog.c: fcn getline renamed to getline_xgraph

View File

@ -83,5 +83,6 @@ tildexpand(char *string)
return copy(string);
}
#endif
return NULL;
}