Commit e474608
committed
COMP: Fix MSVC build error in encodingZRL.c
This commit fixes a regression introduced in r6219 (first pass at
ZRL decompression).
When building teem using microsoft compiler from vs2008, the following
error was reported:
..\teem\src\nrrd\encodingZRL.c(38) : error C2143: syntax error : missing ';' before 'type'1 parent b83e546 commit e474608
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| |||
0 commit comments