Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

Commit b0fb1f7

Browse files
committed
Fix to last commit
1 parent 5eb017c commit b0fb1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cursor.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ std::string clang::Cursor::get_type() {
7171
else
7272
return canonical_spelling;
7373
}
74-
}
7574
#endif
75+
}
7676

7777
return spelling;
7878
}

0 commit comments

Comments
 (0)