Skip to content

Commit

Permalink
Cleaned code.
Browse files Browse the repository at this point in the history
  • Loading branch information
wrefgtzweve committed Aug 28, 2020
1 parent 628721f commit a5808cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CVM/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ public static byte[] watermark(byte[] input)
int[] mark = { 32, 68, 117, 114, 97, 116, 105, 111, 110, 32, 101, 100, 105, 116, 101, 100, 32, 117, 115, 105, 110, 103, 32, 67, 86, 77, 32, 71, 105, 116, 104, 117, 98, 32, 117, 114, 108, 58, 32, 104, 116, 116, 112, 115, 58, 47, 47, 103, 105, 116, 104, 117, 98, 46, 99, 111, 109, 47, 119, 114, 101, 102, 103, 116, 122, 119, 101, 118, 101, 47, 67, 117, 114, 115, 101, 100, 86, 105, 100, 101, 111, 77, 97, 107, 101, 114 };
foreach (byte bit in mark)
{
pos++;
input[input.Length + pos] = bit;
pos++;
input[input.Length + pos] = bit;
};
return input;
}
Expand Down

0 comments on commit a5808cf

Please sign in to comment.