rubyfb 0.5.5 → 0.5.6

Sign up to get free protection for your applications and to get access to all the features.
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 */