From 898f916d8468dcbccf9ee013fc451139fa1e92cb Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Sun, 11 Jun 2017 13:13:07 +0300 Subject: loader: replace UTF-8 “” with " MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- loader/loader.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'loader/loader.c') diff --git a/loader/loader.c b/loader/loader.c index cd249cb3..553967ad 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -2075,11 +2075,11 @@ static VkResult loader_read_json_layer(const struct loader_instance *inst, struc // The following are required in the "layer" object: // (required) "name" // (required) "type" -// (required) “library_path” -// (required) “api_version” -// (required) “implementation_version” -// (required) “description” -// (required for implicit layers) “disable_environment” +// (required) "library_path" +// (required) "api_version" +// (required) "implementation_version" +// (required) "description" +// (required for implicit layers) "disable_environment" #define GET_JSON_OBJECT(node, var) \ { \ var = cJSON_GetObjectItem(node, #var); \ @@ -2482,7 +2482,7 @@ static inline bool layer_json_supports_layers_tag(const layer_json_version *laye static VkResult loader_add_layer_properties(const struct loader_instance *inst, struct loader_layer_list *layer_instance_list, cJSON *json, bool is_implicit, char *filename) { // The following Fields in layer manifest file that are required: - // - “file_format_version” + // - "file_format_version" // - If more than one "layer" object are used, then the "layers" array is // required VkResult result = VK_ERROR_INITIALIZATION_FAILED; -- cgit v1.2.3