0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00

fix errors

This commit is contained in:
2025-03-15 10:32:11 +01:00
parent b6546dd281
commit 473ed2e964

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);
}