Synced files to Master branch

This commit is contained in:
Dimitris Panokostas 2017-01-23 16:21:29 +01:00
parent 1289917651
commit d81cf4c916
22 changed files with 540 additions and 510 deletions

View file

@ -82,7 +82,7 @@ struct device_info {
TCHAR vendorid[10];
TCHAR productid[18];
TCHAR revision[6];
TCHAR *backend;
char const *backend;
struct cd_toc_head toc;
};