diff --git a/src/engine/filesys.c b/src/engine/filesys.c index 3fbea962f..6f0619667 100644 --- a/src/engine/filesys.c +++ b/src/engine/filesys.c @@ -19,6 +19,7 @@ file_build1( printf( "dir = '%.*s' ", f->f_dir.len, f->f_dir.ptr ); if( f->f_base.len ) printf( "base = '%.*s' ", f->f_base.len, f->f_base.ptr ); + printf( "\n" ); } /* Start with the grist. If the current grist isn't */