From d8d7673d272a967f916784fda487c1f52ca600fd Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 17 Jan 2007 05:35:48 +0000 Subject: [PATCH] Fix typo is hello_vpi.c example. --- examples/hello_vpi.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/examples/hello_vpi.c b/examples/hello_vpi.c index aec4c6a90..111a10f01 100644 --- a/examples/hello_vpi.c +++ b/examples/hello_vpi.c @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #ifdef HAVE_CVS_IDENT -#ident "$Id: hello_vpi.c,v 1.4 2006/10/30 22:46:25 steve Exp $" +#ident "$Id: hello_vpi.c,v 1.5 2007/01/17 05:35:48 steve Exp $" #endif /* @@ -33,7 +33,7 @@ # include -static PIN_INT32 my_hello_calltf(char *xx) +static PLI_INT32 my_hello_calltf(char *xx) { vpi_printf("Hello World, from VPI.\n"); return 0; @@ -62,6 +62,9 @@ void (*vlog_startup_routines[])() = { }; /* * $Log: hello_vpi.c,v $ + * Revision 1.5 2007/01/17 05:35:48 steve + * Fix typo is hello_vpi.c example. + * * Revision 1.4 2006/10/30 22:46:25 steve * Updates for Cygwin portability (pr1585922) *