aboutsummaryrefslogtreecommitdiff
path: root/src/dxvk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dxvk.c')
-rw-r--r--src/dxvk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dxvk.c b/src/dxvk.c
index bca742e..1cb3770 100644
--- a/src/dxvk.c
+++ b/src/dxvk.c
@@ -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
{