Ignore:
Timestamp:
09/27/08 16:11:36 (5 years ago)
Author:
sam
Message:

Continuing the libcucul-libcaca merge.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/ruby/caca-font.c

    r2821 r2822  
    8686} 
    8787 
    88 void Init_caca_font(VALUE mCucul) 
     88void Init_caca_font(VALUE mCaca) 
    8989{ 
    90     cFont = rb_define_class_under(mCucul, "Font", rb_cObject); 
     90    cFont = rb_define_class_under(mCaca, "Font", rb_cObject); 
    9191    rb_define_alloc_func(cFont, font_alloc); 
    9292 
Note: See TracChangeset for help on using the changeset viewer.