summaryrefslogtreecommitdiff
path: root/src/lib/openjpip/marker_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/openjpip/marker_manager.h')
-rw-r--r--src/lib/openjpip/marker_manager.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/openjpip/marker_manager.h b/src/lib/openjpip/marker_manager.h
index a28c44b7..4dda4a21 100644
--- a/src/lib/openjpip/marker_manager.h
+++ b/src/lib/openjpip/marker_manager.h
@@ -35,11 +35,11 @@
/** Marker parameters*/
-typedef struct marker_param{
- codestream_param_t cs; /**< corresponding codestream*/
- Byte2_t code; /**< marker code*/
- OPJ_OFF_T offset; /**< offset relative to the start of the codestream ( including the length parameter but not the marker itself)*/
- Byte2_t length; /**< marker segment length*/
+typedef struct marker_param {
+ codestream_param_t cs; /**< corresponding codestream*/
+ Byte2_t code; /**< marker code*/
+ OPJ_OFF_T offset; /**< offset relative to the start of the codestream ( including the length parameter but not the marker itself)*/
+ Byte2_t length; /**< marker segment length*/
} marker_param_t;