phoboslab / qoa

The “Quite OK Audio Format” for fast, lossy audio compression
MIT License
767 stars 42 forks source link

char * should be const in qoaplay_open #29

Open arabine opened 1 year ago

arabine commented 1 year ago

Adding const before char* removes warning during compilation time:

qoaplay_desc *qoaplay_open(char *path)