Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Apr 2, 2019
1 parent 1c42406 commit c5130eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public boolean isPointer() {
if( annotation == null ) {
return false;
}
return getFlag(POINTER_FIELD) || ( type.getWrappedClass() == Long.TYPE && getCast().endsWith("*)") );
return getFlag(POINTER_FIELD) || ( type.getWrappedClass() == Long.TYPE && getCast().endsWith("*") );
}

public boolean isSharedPointer() {
Expand Down

0 comments on commit c5130eb

Please sign in to comment.