Commit a6e795b0 authored by Manohar Vanga's avatar Manohar Vanga

simulation: fix whitespace error in sdwb.h

Signed-off-by: 's avatarManohar Vanga <manohar.vanga@cern.ch>
parent 38469aca
......@@ -30,7 +30,7 @@
* also defining the host-order values (without leading underscores)
*/
#define __SDWB_HEAD_MAGIC 0x5344574248454144LL /* "SDWBHEAD" */
#define __SDWB_WBD_MAGIC 0x5742 /* "WB" */
#define __SDWB_WBD_MAGIC 0x5742 /* "WB" */
#define SDWB_HEAD_MAGIC ntohll(__SDWB_HEAD_MAGIC)
#define SDWB_WBD_MAGIC ntohs(__SDWB_WBD_MAGIC)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment