A couple of clean ups suggested by Android Studio/Clang Tidy

This commit is contained in:
Anders Jenbo 2021-06-18 01:49:34 +02:00
commit f99ef2c195
2 changed files with 4 additions and 4 deletions

View file

@ -44,7 +44,7 @@ static bool CaptureHdr(short width, short height, std::ofstream *out)
}
/**
* @brief Write the current ingame palette to the PCX file
* @brief Write the current in-game palette to the PCX file
* @param palette Current palette
* @param out File stream for the PCX file.
* @return True if successful, else false