Merge branch 't/writer_setup_cleanup'
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 1e4bf044fe98d49490604b352517afbcba6f2ab8..a56faf544534557cf96e9e434acfa696a2bf7c3e 100644 (file)
--- a/error.h
+++ b/error.h
@@ -438,10 +438,10 @@ extern const char **para_errlist[];
        PARA_ERROR(SET_RATE, "snd_pcm_hw_params_set_rate_near failed"), \
        PARA_ERROR(START_THRESHOLD, "snd_pcm_sw_params_set_start_threshold() failed"), \
        PARA_ERROR(STOP_THRESHOLD, "snd_pcm_sw_params_set_stop_threshold() failed"), \
+       PARA_ERROR(ALSA_POLL_FDS, "could not get alsa poll fd"), \
 
 
 #define WRITE_COMMON_ERRORS \
-       PARA_ERROR(WRITE_COMMON_SYNTAX, "syntax error in write option"), \
        PARA_ERROR(WRITE_COMMON_EOF, "end of file"), \