diff --git a/source-code/source/plugins/DivaMovie/framework.h b/source-code/source/plugins/DivaMovie/framework.h index aadfe46..5df672d 100644 --- a/source-code/source/plugins/DivaMovie/framework.h +++ b/source-code/source/plugins/DivaMovie/framework.h @@ -71,8 +71,8 @@ LPCWSTR CONFIG_FILE = CONFIG_FILE_STRING.c_str(); { \ PRINT("[DivaMovie] %s failed (error code: 0x%08x)\n", #function, (unsigned int)result); \ goto end; \ - } \ + } /*\ else \ { \ PRINT("[DivaMovie] %s succeeded\n", #function); \ - } + }*/