this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix naming in demos.c

+2 -2
+2 -2
src/studio/demos.c
··· 100 100 #include "../build/assets/rubymark.tic.dat" 101 101 }; 102 102 103 - tic_script_config_extra RubySyntaxConfigExtra = 103 + tic_script_config_extra MRubySyntaxConfigExtra = 104 104 { 105 105 .name = "ruby", 106 106 .demoRom = RubyDemoRom, ··· 188 188 &JsSyntaxConfigExtra, 189 189 #endif 190 190 #if defined(TIC_BUILD_WITH_MRUBY) 191 - &RubySyntaxConfigExtra, 191 + &MRubySyntaxConfigExtra, 192 192 #endif 193 193 NULL 194 194 };