• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

超漢字上で、mrubyを使ってhello worldを表示させる。


Commit MetaInfo

修訂9d0e873af7a07fdc75bf23c321b8f120981e8d1b (tree)
時間2014-07-26 15:29:33
作者ornse01 <ornse01@user...>
Commiterornse01

Log Message

fix tab indent.

Change Summary

差異

--- a/src/mrbgems_port/mruby-brightv-print/src/print.c
+++ b/src/mrbgems_port/mruby-brightv-print/src/print.c
@@ -9,7 +9,7 @@ printstr(mrb_state *mrb, mrb_value obj)
99
1010 if (mrb_string_p(obj)) {
1111 s = RSTRING_PTR(obj);
12- printf("%s", s);
12+ printf("%s", s);
1313 }
1414 }
1515