diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2023-01-15 20:59:22 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2023-01-15 20:59:22 +0000 |
| commit | f5924fc8a70fede4dda4eddb35229fc70cb5b38a (patch) | |
| tree | d7b4e954db06a5dc5761e85f4789cb61a491fa63 /fuzzpuzz.dict | |
| parent | 5782e29db43034574763b1d10c48486c3e95f0d2 (diff) | |
| download | puzzles-f5924fc8a70fede4dda4eddb35229fc70cb5b38a.zip puzzles-f5924fc8a70fede4dda4eddb35229fc70cb5b38a.tar.gz puzzles-f5924fc8a70fede4dda4eddb35229fc70cb5b38a.tar.bz2 puzzles-f5924fc8a70fede4dda4eddb35229fc70cb5b38a.tar.xz | |
Correct syntax of fuzzpuzz.dict
Diffstat (limited to 'fuzzpuzz.dict')
| -rw-r--r-- | fuzzpuzz.dict | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/fuzzpuzz.dict b/fuzzpuzz.dict index 9e23752..c629b20 100644 --- a/fuzzpuzz.dict +++ b/fuzzpuzz.dict @@ -42,10 +42,10 @@ interesting_16="1024" interesting_16="4096" interesting_16="32767" interesting_32="-2147483648" -interesting_32"-100663046" -interesting_32"-32769" -interesting_32"32768" -interesting_32"65535" -interesting_32"65536" -interesting_32"100663045" -interesting_32"2147483647" +interesting_32="-100663046" +interesting_32="-32769" +interesting_32="32768" +interesting_32="65535" +interesting_32="65536" +interesting_32="100663045" +interesting_32="2147483647" |