summaryrefslogtreecommitdiff
path: root/src/KM_error.h
diff options
context:
space:
mode:
authormilla <marc.illa@dolby.com>2021-05-28 11:12:49 +0200
committermilla <marc.illa@dolby.com>2021-06-03 14:26:19 +0200
commit88508be0b2c0f916e348019eabf12b469eb7b9a1 (patch)
tree47bc64086b075eae0ba4e5aa39be2900ea09d25e /src/KM_error.h
parentf9d7fbc33aa571c547d916b145712469efd9f4b8 (diff)
Add KM logs and remove semicolon from pre-processor directive
Diffstat (limited to 'src/KM_error.h')
-rwxr-xr-xsrc/KM_error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KM_error.h b/src/KM_error.h
index 8270cc0..ad94f6c 100755
--- a/src/KM_error.h
+++ b/src/KM_error.h
@@ -36,7 +36,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <string>
-#define KM_DECLARE_RESULT(sym, i, l) const Result_t RESULT_##sym = Result_t(i, #sym, l);
+#define KM_DECLARE_RESULT(sym, i, l) const Result_t RESULT_##sym = Result_t(i, #sym, l)
namespace Kumu
{