From 61b7be3c68232b415b988b43f72ea17743ab6b82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 16 Oct 2006 04:53:59 +0000 Subject: [PATCH] Removed extra comma [SVN r35625] --- include/boost/interprocess/errors.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/interprocess/errors.hpp b/include/boost/interprocess/errors.hpp index 896de9b..21022c4 100644 --- a/include/boost/interprocess/errors.hpp +++ b/include/boost/interprocess/errors.hpp @@ -110,7 +110,7 @@ enum error_code_t sem_error, mode_error, size_error, - corrupted_error, + corrupted_error }; typedef int native_error_t;