Fix: removing extra semi-colon after FIXME.

This commit is contained in:
Ruben Ayrapetyan
2014-07-28 15:46:12 +04:00
parent 7984c7e65f
commit 7840a846e8
+1 -1
View File
@@ -246,7 +246,7 @@ typedef struct ecma_property_t {
* Description of GC's information layout
*/
typedef struct {
FIXME( /* Handle cyclic dependencies */ );
FIXME( /* Handle cyclic dependencies */ )
/**
* Flag that indicates if the object is valid for normal usage.