From bdb929e6265b7ed27e6ac1068eac2a55b50c82eb Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Mon, 15 Nov 2010 11:39:12 +0100
Subject: remove redundant semicolon in gluegen Cg cfg file

---
 make/config/jogl/cg-common.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'make/config/jogl/cg-common.cfg')

diff --git a/make/config/jogl/cg-common.cfg b/make/config/jogl/cg-common.cfg
index af7e9d268..45bba955b 100644
--- a/make/config/jogl/cg-common.cfg
+++ b/make/config/jogl/cg-common.cfg
@@ -102,9 +102,9 @@ Ignore cgGetProgramOptions
 
 # And NativeLibLoader for help loading the native libraries
 Import com.jogamp.opengl.impl.*
-Import com.jogamp.common.os.DynamicLookupHelper;
-Import com.jogamp.common.os.DynamicLibraryBundle;
-Import com.jogamp.opengl.cg.CgDynamicLibraryBundleInfo;
+Import com.jogamp.common.os.DynamicLookupHelper
+Import com.jogamp.common.os.DynamicLibraryBundle
+Import com.jogamp.opengl.cg.CgDynamicLibraryBundleInfo
 
 #
 # NIODirectOnly directives for routines requiring them for semantic reasons
-- 
cgit v1.2.3