Skip to content

Commit

Permalink
Fixed typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed May 12, 2011
1 parent 794d843 commit a11c0bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/ffi/upskirt/types.rb
Expand Up @@ -59,11 +59,11 @@ module Upskirt
callback :strikethrough_callback, [:pointer, :pointer, :pointer], :int

# low level callbacks - NULL copies input directly into the output
callback :entity, [:pointer, :pointer, :pointer], :void
callback :normal_text, [:pointer, :pointer, :pointer], :void
callback :entity_callback, [:pointer, :pointer, :pointer], :void
callback :normal_text_callback, [:pointer, :pointer, :pointer], :void

# header and footer
callback :doc_header, [:pointer, :pointer], :void
callback :doc_footer, [:pointer, :pointer], :void
callback :doc_header_callback, [:pointer, :pointer], :void
callback :doc_footer_callback, [:pointer, :pointer], :void
end
end

0 comments on commit a11c0bd

Please sign in to comment.