diff options
Diffstat (limited to 'Source/PltParser.c')
| -rw-r--r-- | Source/PltParser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/PltParser.c b/Source/PltParser.c index 6963683..56737fc 100644 --- a/Source/PltParser.c +++ b/Source/PltParser.c @@ -28,7 +28,7 @@ static void PltParserResetBuffers(TYPE_FLIGHT_DATA* ptrFlightData); -bool PltParserLoadFile(char* strPath, TYPE_FLIGHT_DATA* ptrFlightData) +bool PltParserLoadFile(const char* strPath, TYPE_FLIGHT_DATA* ptrFlightData) { enum { |
