aboutsummaryrefslogtreecommitdiff
path: root/src/main/extractor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/extractor.c')
-rw-r--r--src/main/extractor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/extractor.c b/src/main/extractor.c
index 0d9d7c2..a077a3d 100644
--- a/src/main/extractor.c
+++ b/src/main/extractor.c
@@ -1650,8 +1650,8 @@ make_shm (int is_tail,
1650 CloseHandle (*mappedFile); 1650 CloseHandle (*mappedFile);
1651 return 1; 1651 return 1;
1652 } 1652 }
1653#endif
1654 return 0; 1653 return 0;
1654#endif
1655} 1655}
1656 1656
1657 1657