Rename wine_patch struct field hash to name.

This commit is contained in:
Sebastian Lackner
2014-10-02 19:54:57 +02:00
parent c4b33f044e
commit 4f5b5fa483
2 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ index a273502..5fa0cd5 100644
}
+struct wine_patch {
+ const char *hash;
+ const char *name;
+ const char *author;
+ const char *title;
+} wine_patch_data[] = {