X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=a3f80bb9674f470daef6ef6f3b49dc318984d79c;hp=d4bbf85c398094dc0893c329a0026ba767b8f40e;hb=c2ac39f76d245816a919d94790672fb66e9a7253;hpb=53d503ce75eb1d9439cfb75053d3cff4cbca6ff9 diff --git a/error.h b/error.h index d4bbf85c..a3f80bb9 100644 --- a/error.h +++ b/error.h @@ -107,6 +107,7 @@ extern const char **para_errlist[]; #define PLAYLIST_ERRORS \ PARA_ERROR(NO_PLAYLIST, "no valid playlist found"), \ PARA_ERROR(PLAYLIST_LOADED, ""), /* not really an error */ \ + PARA_ERROR(PATH_FOUND, ""), /* not really an error */ \ PARA_ERROR(PLAYLIST_EMPTY, "attempted to load empty playlist"), \