X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=1904a6d657d3667329dd84b913ce76dd6c68a28c;hp=e792b0581b6c79d70a189ef7000c782b000af763;hb=da13797a119f8ce621a67145ca1c7acb8d338a3c;hpb=c52dfd608f15c8779df38fd46602e562b287171a diff --git a/error.h b/error.h index e792b058..1904a6d6 100644 --- a/error.h +++ b/error.h @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2006 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2006 Andre Noll , see file COPYING. */ /** \file error.h List of error codes and messages. */ @@ -137,6 +133,7 @@ PARA_ERROR(MAX_CLIENTS, "maximal number of clients exceeded"), \ PARA_ERROR(MISSING_COLON, "syntax error: missing colon"), \ PARA_ERROR(MOOD_SYNTAX, "mood syntax error"), \ + PARA_ERROR(MOOD_PARSE, "mood parse error"), \ PARA_ERROR(MP3DEC_CORRUPT, "too many corrupt frames"), \ PARA_ERROR(MP3DEC_EOF, "mp3dec: end of file"), \ PARA_ERROR(MP3_INFO, "could not read mp3 info"), \