mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-20 06:40:01 +01:00
add newline
This commit is contained in:
@@ -103,7 +103,7 @@ static void CompiledWith()
|
||||
fprintf(stdout,"\tUsing SSE instruction set\n");
|
||||
#endif
|
||||
#ifdef HAVE_CMOV
|
||||
fprintf(stdout,"\tUsing CMOV");
|
||||
fprintf(stdout,"\tUsing CMOV\n");
|
||||
#endif
|
||||
#ifdef HAVE_ASM_SSE2
|
||||
fprintf(stdout,"\tUsing SSE2 instruction set\n");
|
||||
|
||||
Reference in New Issue
Block a user