
Module: ppl/ppl Branch: master Commit: d37735b2febd063926c563a2098c54cf732e2c9a URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=d37735b2febd0...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Sat Feb 27 17:41:56 2010 +0100
Missing comma added.
---
interfaces/C/ppl_c_header.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/interfaces/C/ppl_c_header.h b/interfaces/C/ppl_c_header.h index 4043314..3e7938a 100644 --- a/interfaces/C/ppl_c_header.h +++ b/interfaces/C/ppl_c_header.h @@ -334,7 +334,7 @@ enum ppl_enum_error_code { An exception has been raised by the PPL as a timeout previously set by the user has expired. */ - PPL_TIMEOUT_EXCEPTION = -11 + PPL_TIMEOUT_EXCEPTION = -11, /*! \hideinitializer The client program attempted to use the PPL in a way that violates its internal logic. This happens, for instance, when the client