diff --git a/TranscriptPkg.vhd b/TranscriptPkg.vhd index b5f2b72..a88b00a 100644 --- a/TranscriptPkg.vhd +++ b/TranscriptPkg.vhd @@ -193,7 +193,7 @@ package body TranscriptPkg is ------------------------------------------------------------ begin for i in 1 to count loop - print(" ") ; + print("") ; end loop ; end procedure Blankline ;