From b1ed626ffbcf5d473f6b7fb7ff96ce9bd371e19c Mon Sep 17 00:00:00 2001 From: Brian Matzon Date: Sun, 11 Aug 2002 15:59:08 +0000 Subject: [PATCH] corrected Id keyword substitution --- src/native/win32/org_lwjgl_openal_ALUT.c | 2 +- src/native/win32/org_lwjgl_openal_CoreAL10.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/native/win32/org_lwjgl_openal_ALUT.c b/src/native/win32/org_lwjgl_openal_ALUT.c index db6251b7..988192ae 100644 --- a/src/native/win32/org_lwjgl_openal_ALUT.c +++ b/src/native/win32/org_lwjgl_openal_ALUT.c @@ -1,5 +1,5 @@ /** - * $ID$ + * $Id$ * * This is the actual JNI implementation of the OpenAL utility library. * It handles whatever is needed for proper OpenAL support via using Java. diff --git a/src/native/win32/org_lwjgl_openal_CoreAL10.c b/src/native/win32/org_lwjgl_openal_CoreAL10.c index 73193639..895411d0 100644 --- a/src/native/win32/org_lwjgl_openal_CoreAL10.c +++ b/src/native/win32/org_lwjgl_openal_CoreAL10.c @@ -1,5 +1,5 @@ /** - * $ID$ + * $Id$ * * This is the actual JNI implementation of the OpenAL core. It handles * whatever is needed for proper OpenAL support via using Java.