phoboslab/qoa

char * should be const in qoaplay_open

arabine opened this issue · 0 comments

Adding const before char* removes warning during compilation time:

qoaplay_desc *qoaplay_open(char *path)