Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@casperisfine
Copy link

It was missing a :

before:

>> FFI::Type::Builtin::CHAR
=> #<FFI::Type::Builtin:INT8 size=1 alignment=1>

after:

>> FFI::Type::Builtin::CHAR
=> #<FFI::Type::Builtin::INT8 size=1 alignment=1>

before:

```ruby
>> FFI::Type::Builtin::CHAR
=> #<FFI::Type::Builtin:INT8 size=1 alignment=1>
```

after:

```ruby
>> FFI::Type::Builtin::CHAR
=> #<FFI::Type::Builtin::INT8 size=1 alignment=1>
```
@larskanis larskanis merged commit 99046c1 into ffi:master Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants