Skip to content

Commit 814357a

Browse files
committed
try and fix ci-build
1 parent 2909e9c commit 814357a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nikonmn_int.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2945,7 +2945,7 @@ zmountlens[] = {
29452945
};
29462946

29472947
uint16_t lid = value.toLong();
2948-
for(int i{0}; zmountlens[i].lid != 0; ++i){
2948+
for(int i = 0; zmountlens[i].lid != 0; ++i){
29492949
if ( zmountlens[i].lid == lid ) return os << zmountlens[i].manuf << " " << zmountlens[i].lensname;
29502950
}
29512951
return os << lid;

0 commit comments

Comments
 (0)