aft.c: Rename save_audio_file_info() and enum aft_row_offsets.
[paraslash.git] / mp3_afh.c
index fe174ea89276dc4298ed9c86b7d0c60ee6eb0624..f5fc7113d14bed295f862de00f5d5c093941d47d 100644 (file)
--- a/mp3_afh.c
+++ b/mp3_afh.c
@@ -163,7 +163,7 @@ static void write_info_str(struct afh_info *afhi)
 static char *unpad(char *string)
 {
        char *pos = string + strlen(string) - 1;
-       while (isspace(pos[0]))
+       while (para_isspace(pos[0]))
                (pos--)[0] = 0;
        return string;
 }