summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-time/src
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-03-01 10:52:46 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-03-01 10:52:46 +0900
commit5f937591580ef810fedcdfb40e94ceb9f8ef5178 (patch)
tree0c7e2ee1e6d451df377fb3a36052bb728dc6824b /mrbgems/mruby-time/src
parent78f2902c0680f53dc2cf4b7febce1d3613db67bf (diff)
parent67de10bfcb9d9ff21e1aa678aff8afa10446b7c4 (diff)
downloadmruby-5f937591580ef810fedcdfb40e94ceb9f8ef5178.tar.gz
mruby-5f937591580ef810fedcdfb40e94ceb9f8ef5178.zip
Merge branch 'issues/comment_style' of https://github.com/cubicdaiya/mruby into cubicdaiya-issues/comment_style
Diffstat (limited to 'mrbgems/mruby-time/src')
-rw-r--r--mrbgems/mruby-time/src/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-time/src/time.c b/mrbgems/mruby-time/src/time.c
index a13af790b..2e72c5c53 100644
--- a/mrbgems/mruby-time/src/time.c
+++ b/mrbgems/mruby-time/src/time.c
@@ -137,7 +137,7 @@ mrb_time_update_datetime(struct mrb_time *self)
}
if (!aid) return NULL;
#ifdef NO_GMTIME_R
- self->datetime = *aid; // copy data
+ self->datetime = *aid; /* copy data */
#endif
return self;