X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=e792b0581b6c79d70a189ef7000c782b000af763;hp=407859ca5a591b42ca8a489ee58aeeb76e5b3c8e;hb=66b97974ebba5c6ea967b713f84f62a1b72da8d2;hpb=8d106ca317a2c42f35a86ba244f843688f6939e6;ds=sidebyside diff --git a/error.h b/error.h index 407859ca..e792b058 100644 --- a/error.h +++ b/error.h @@ -17,7 +17,6 @@ PARA_ERROR(AFS_SHORT_READ, "short read from afs socket"), \ PARA_ERROR(AFS_SIGNAL, "afs caught deadly signal"), \ PARA_ERROR(AFS_SOCKET, "afs socket not writable"), \ - PARA_ERROR(AFS_SYNTAX, "afs syntax error"), \ PARA_ERROR(AFT_SYNTAX, "audio file table syntax error"), \ PARA_ERROR(ALSA, "alsa error"), \ PARA_ERROR(ALSA_MIX_GET_VAL, "could not read control element state"), \ @@ -339,8 +338,8 @@ _static_inline_ int osl(int ret) /** * Wrapper for lopsub library calls. * - * \param ret See osl(). - * \return See osl(). + * \param ret See \ref osl(). + * \return See \ref osl(). */ _static_inline_ int lls(int ret) {