diff --git a/vpi/sys_sdf.c b/vpi/sys_sdf.c index 253a0cd44..f4d332ae4 100644 --- a/vpi/sys_sdf.c +++ b/vpi/sys_sdf.c @@ -239,7 +239,7 @@ static PLI_INT32 sys_sdf_annotate_compiletf(PLI_BYTE8*name) return 0; if (vpi_get(vpiType,scope) != vpiModule) { - vpi_printf("SDF ERROR: The second argument of %s", + vpi_printf("SDF ERROR: The second argument of %s" " must be a module instance.\n", name); vpi_control(vpiFinish, 1); }