diff options
author | Sven Gothel <[email protected]> | 2010-11-15 11:39:12 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-15 11:39:12 +0100 |
commit | bdb929e6265b7ed27e6ac1068eac2a55b50c82eb (patch) | |
tree | 42637fbdc9ed295d950cb17228efd030d7a97b1d /make/config/jogl | |
parent | 03f397d2da70b8120908b631d53748678c46272c (diff) |
remove redundant semicolon in gluegen Cg cfg file
Diffstat (limited to 'make/config/jogl')
-rw-r--r-- | make/config/jogl/cg-common.cfg | 6 |
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 |