From b24d869ab40d17f1387d9e8ffbec1ac57b606972 Mon Sep 17 00:00:00 2001 From: Daniel Bovensiepen Date: Sun, 27 Jan 2013 22:00:22 +0800 Subject: Modify code blocks --- doc/mrbgems/README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'doc/mrbgems') diff --git a/doc/mrbgems/README.md b/doc/mrbgems/README.md index 49c8f56d1..6c473b57d 100644 --- a/doc/mrbgems/README.md +++ b/doc/mrbgems/README.md @@ -99,13 +99,10 @@ mrbgems expects that you have implemented a C method called by the name of your GEM. If you call your GEM *c_extension_example*, your finalizer method could look like this: -``` -void -mrb_c_extension_example_gem_final(mrb_state* mrb) { - free(someone); -} -``` - + void + mrb_c_extension_example_gem_final(mrb_state* mrb) { + free(someone); + } ### Example -- cgit v1.2.3