From d91f0506fc2be907109a054e140dffe6e88bd597 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 22 Nov 2014 01:43:35 +0000 Subject: Fix warnings when building with ISO C++ compilers. git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@5492 a436a847-0d15-0410-975c-d299462d15a1 --- sratom/sratom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sratom/sratom.h') diff --git a/sratom/sratom.h b/sratom/sratom.h index bb1af95..a86f67e 100644 --- a/sratom/sratom.h +++ b/sratom/sratom.h @@ -83,7 +83,7 @@ typedef enum { to sratom_read(); if this is a resource it will be read as an Object, but all other named resources encountered will be read as URIs. */ - SRATOM_OBJECT_MODE_BLANK_SUBJECT, + SRATOM_OBJECT_MODE_BLANK_SUBJECT } SratomObjectMode; /** -- cgit v1.2.1