aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-15 11:39:12 +0100
committerSven Gothel <[email protected]>2010-11-15 11:39:12 +0100
commitbdb929e6265b7ed27e6ac1068eac2a55b50c82eb (patch)
tree42637fbdc9ed295d950cb17228efd030d7a97b1d /make
parent03f397d2da70b8120908b631d53748678c46272c (diff)
remove redundant semicolon in gluegen Cg cfg file
Diffstat (limited to 'make')
-rw-r--r--make/config/jogl/cg-common.cfg6
1 files changed, 3 insertions, 3 deletions
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