Choose a style for comment

Be nice with simpler regex



SVN revision: 50972
This commit is contained in:
Lucas De Marchi 2010-08-10 19:12:07 +00:00
parent 5e227d8d32
commit 9415f7c5c9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#include "evas_common.h"/* Also includes international specific stuff */
#include "evas_engine.h"
CG_EXTERN void CGContextResetClip (CGContextRef); // undocumented CoreGraphics function to clear clip rect/*
CG_EXTERN void CGContextResetClip (CGContextRef); // undocumented CoreGraphics function to clear clip rect
static inline void flip_pixels(int *y, int *h, void *re);