layers: Add return value to non-void function
authorCody Northrop <cody@lunarg.com>
Wed, 16 Sep 2015 14:35:29 +0000 (08:35 -0600)
committerCody Northrop <cody@lunarg.com>
Wed, 16 Sep 2015 14:35:29 +0000 (08:35 -0600)
layers/vk_layer_config.cpp

index d5ee78b..a4153ec 100644 (file)
@@ -113,6 +113,7 @@ FILE* getLayerLogOutput(const char *_option, const char *layerName)
             log_output = stdout;
         }
     }
+    return log_output;
 }
 
 uint32_t getLayerOptionFlags(const char *_option, uint32_t optionDefault)