diff --git a/src/rds.c b/src/rds.c index 5b19996..fffe218 100644 --- a/src/rds.c +++ b/src/rds.c @@ -122,7 +122,7 @@ int rdssaved() { void removerds() { char encoderPath[256]; snprintf(encoderPath, sizeof(encoderPath), "%s/.rdsEncoder", getenv("HOME")); - remove(encoderPath) + remove(encoderPath); }