diff options
Diffstat (limited to 'include/trace.h')
-rw-r--r-- | include/trace.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/trace.h b/include/trace.h index 4398680..3677114 100644 --- a/include/trace.h +++ b/include/trace.h @@ -40,8 +40,8 @@ extern "C" { * @since_tizen 2.4 */ typedef enum { - TRACE_ERROR_NONE = TIZEN_ERROR_NONE, /**< Successful */ - TRACE_ERROR_IO_ERROR = TIZEN_ERROR_IO_ERROR /**< I/O error */ + TRACE_ERROR_NONE = TIZEN_ERROR_NONE, /**< Successful */ + TRACE_ERROR_IO_ERROR = TIZEN_ERROR_IO_ERROR /**< I/O error */ } trace_error_e; /** |