rubyfb 0.5.5 → 0.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/ext/Restore.h CHANGED
@@ -25,13 +25,13 @@
25
25
  #ifndef FIRERUBY_RESTORE_H
26
26
  #define FIRERUBY_RESTORE_H
27
27
 
28
- /* Includes. */
28
+ /* Includes. */
29
29
  #ifndef RUBY_H_INCLUDED
30
30
  #include "ruby.h"
31
31
  #define RUBY_H_INCLUDED
32
32
  #endif
33
33
 
34
- /* Function prototypes. */
35
- void Init_Restore(VALUE);
34
+ /* Function prototypes. */
35
+ void Init_Restore(VALUE);
36
36
 
37
37
  #endif /* FIRERUBY_RESTORE_H */