From 399da01ae4eb5c5e3e9349bacc2063c946c3d4a1 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Tue, 11 Aug 2009 11:17:23 +0000 Subject: Merge the branches/struggleyb/libdom-remain back to trunk. svn path=/trunk/dom/; revision=9191 --- include/dom/core/exceptions.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/dom/core/exceptions.h') diff --git a/include/dom/core/exceptions.h b/include/dom/core/exceptions.h index 18a2b6e..fc5e247 100644 --- a/include/dom/core/exceptions.h +++ b/include/dom/core/exceptions.h @@ -28,7 +28,8 @@ typedef enum { DOM_INVALID_ACCESS_ERR = 15, DOM_VALIDATION_ERR = 16, DOM_TYPE_MISMATCH_ERR = 17, - DOM_NO_MEM_ERR = (1<<16) /* our own internal error */ + DOM_NO_MEM_ERR = (1<<16) + /* our own internal error */ } dom_exception; #endif -- cgit v1.2.3