summaryrefslogtreecommitdiffhomepage
path: root/dev/ddk/ddk.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ddk/ddk.h')
-rw-r--r--dev/ddk/ddk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ddk/ddk.h b/dev/ddk/ddk.h
index 8a2e2483..64b16eda 100644
--- a/dev/ddk/ddk.h
+++ b/dev/ddk/ddk.h
@@ -66,7 +66,7 @@ struct DDK_STATUS_STRUCT DK_FINAL
/// \brief Simple Message Struct structure.
struct DDK_SMS_STRUCT DK_FINAL
{
- char s_msg[DDK_SMS_MAX_SZ];
+ char s_msg[DDK_SMS_MAX_SZ];
int32_t s_type;
int64_t s_sender;
int64_t s_receiver;