Skip to content

Commit

Permalink
Renamed Buf to Buffer.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed May 11, 2011
1 parent f4dec60 commit 96f1b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ffi/upskirt/buf.rb → lib/ffi/upskirt/buffer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module FFI
module Upskirt
class Buf < FFI::Struct
class Buffer < FFI::Struct

layout :data, :pointer,
:size, :size_t,
Expand Down

0 comments on commit 96f1b09

Please sign in to comment.