Skip to content
Snippets Groups Projects
Commit a6e795b0 authored by Manohar Vanga's avatar Manohar Vanga
Browse files

simulation: fix whitespace error in sdwb.h


Signed-off-by: default avatarManohar Vanga <manohar.vanga@cern.ch>
parent 38469aca
Branches
Tags
No related merge requests found
......@@ -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)
......
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