Revision
1089
Author
eloy.de.enige@gmail.com
Date
2009-03-23 00:46:41 -0700 (Mon, 23 Mar 2009)

Log Message

Fixed a comment which caused a syntax error.

Modified Paths

Diff

Modified: MacRuby/branches/experimental/variable.c (1088 => 1089)


--- MacRuby/branches/experimental/variable.c	2009-03-23 07:10:14 UTC (rev 1088)
+++ MacRuby/branches/experimental/variable.c	2009-03-23 07:46:41 UTC (rev 1089)
@@ -1,4 +1,4 @@
- * This file is covered by the Ruby license. See COPYING for more details.
+/* This file is covered by the Ruby license. See COPYING for more details.
  * 
  * Copyright (C) 2007-2008, Apple Inc. All rights reserved.
  * Copyright (C) 1993-2007 Yukihiro Matsumoto