From: 이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 Date: Mon, 12 Aug 2019 03:17:15 +0000 (+0900) Subject: Fix build error (#6484) X-Git-Tag: submit/tizen/20190812.062103~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e79a5184abb2f6d0674e78d48e04964d6d20e72;p=platform%2Fcore%2Fml%2Fnnfw.git Fix build error (#6484) - add missing semicolon on nnfw.h Signed-off-by: Chunseok Lee --- diff --git a/runtimes/include/nnfw.h b/runtimes/include/nnfw.h index 2a1b22d..a996964 100644 --- a/runtimes/include/nnfw.h +++ b/runtimes/include/nnfw.h @@ -49,11 +49,12 @@ typedef enum { /** * tensor_info */ -struct nnfw_tensorinfo { +struct nnfw_tensorinfo +{ NNFW_TYPE dtype; int rank; int dims[6]; // MAX rank is 6 -} +}; /* * Create a new session instance