From: Mateusz Malicki Date: Thu, 4 Dec 2014 09:50:16 +0000 (+0100) Subject: Fix: Removed comma at end of enum X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f568db9d5422ee787c7f2f14d2113ac5f601e238;p=platform%2Fcore%2Fsecurity%2Fvasum.git Fix: Removed comma at end of enum [Bug/Feature] Gcc 4.6 does not complie [Cause] N/A [Solution] N/A [Verification] Build Change-Id: Ic293014b3211fea8b0896a93e5336f59a3a9956f --- diff --git a/client/security-containers-client.h b/client/security-containers-client.h index 8e404ff..2e4d96b 100644 --- a/client/security-containers-client.h +++ b/client/security-containers-client.h @@ -182,7 +182,7 @@ typedef VsmNetdevStructure* VsmNetdev; typedef enum { VSMFILE_DIRECTORY, VSMFILE_FIFO, - VSMFILE_REGULAR, + VSMFILE_REGULAR } VsmFileType; /**