Skip to content

Commit

Permalink
Update ORBFLOW file header
Browse files Browse the repository at this point in the history
  • Loading branch information
mubes committed Aug 29, 2024
1 parent c7feaf3 commit baba7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/orbuculum.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
#define NUM_RAW_BLOCKS (32)

/* File header for OFLOW formatted file */
#define OFLOW_SIG (const char*)"%%OFLOW1.0.0%%"
#define OFLOW_SIG (const char*)"%%ORBFLOW1.0.0%%"
#define OFLOW_SIG_LEN (strlen(OFLOW_SIG))

/* Number of potential tags */
Expand Down

0 comments on commit baba7a2

Please sign in to comment.