diff --git a/vvp/examples/hello.vvp b/vvp/examples/hello.vvp index 78cf1e5d4..4d9dd98e6 100644 --- a/vvp/examples/hello.vvp +++ b/vvp/examples/hello.vvp @@ -1,6 +1,6 @@ :vpi_module "system"; -; Copyright (c) 2001-2008 Stephen Williams (steve@icarus.com) +; Copyright (c) 2001-2014 Stephen Williams (steve@icarus.com) ; ; This source code is free software; you can redistribute it ; and/or modify it in source code form under the terms of the GNU @@ -31,7 +31,7 @@ main .scope module, "main"; code - %vpi_call 0 0 "$display", "Hello, World." {0 0}; + %vpi_call 0 0 "$display", "Hello, World." {0 0 0}; %end; .thread code; :file_names 2;