Changed drefs to const char* to fix compiler warnings

This commit is contained in:
Norman Princen
2020-04-18 22:23:36 -07:00
committed by GitHub
parent 132978b53d
commit 1ff2e1b93e

View File

@@ -10,7 +10,7 @@ int testDATA()
{ {
// Initialize // Initialize
int i, j; // Iterator int i, j; // Iterator
char* drefs[100] = const char* drefs[100] =
{ {
"sim/aircraft/parts/acf_gear_deploy" "sim/aircraft/parts/acf_gear_deploy"
}; };