From c1f77cdb4bf851b17f833039fde1bdbe4bcb4ceb Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Sat, 14 Apr 2012 15:09:54 +0200 Subject: [PATCH] Bug 745291 - Remove superfluous ';' in X11Util.h; r=Yoric --- gfx/src/X11Util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/src/X11Util.h b/gfx/src/X11Util.h index e326d2af3253..ae09ffef4199 100644 --- a/gfx/src/X11Util.h +++ b/gfx/src/X11Util.h @@ -94,7 +94,7 @@ struct ScopedXFreePtrTraits static T *empty() { return NULL; } static void release(T *ptr) { if (ptr!=NULL) XFree(ptr); } }; -SCOPED_TEMPLATE(ScopedXFree, ScopedXFreePtrTraits); +SCOPED_TEMPLATE(ScopedXFree, ScopedXFreePtrTraits) /** * On construction, set a graceful X error handler that doesn't crash the application and records X errors.