fix errors

This commit is contained in:
2025-03-15 10:32:11 +01:00
parent b6546dd281
commit 473ed2e964
+1 -1
View File
@@ -122,7 +122,7 @@ int rdssaved() {
void removerds() {
char encoderPath[256];
snprintf(encoderPath, sizeof(encoderPath), "%s/.rdsEncoder", getenv("HOME"));
remove(encoderPath)
remove(encoderPath);
}