diff options
Diffstat (limited to 'src/dxvk.c')
-rw-r--r-- | src/dxvk.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,6 @@ #include "dxvk.h" #include "net.h" #include "tar.h" -#include "common.h" #include "config.h" const static struct Command dxvk_commands[] = { @@ -62,6 +61,7 @@ COMMAND(dxvk, download) { printf("Extracting %s\n", name); extract(archive, dxvkdir); + fprintf(stderr, "Done\n"); } else { |