Skip to content

Commit e7de021

Browse files
committed
Fix missing iterator declaration
1 parent 49837bc commit e7de021

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/bncsutil/file.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ file_t file_open(const char* filename, unsigned int mode_flags)
236236

237237
void file_close(file_t file)
238238
{
239+
mapping_map::iterator it;
239240

240241
if (!file) {
241242
bncsutil_debug_message("error: null pointer given to file_close");

0 commit comments

Comments
 (0)