[kaffe] CVS kaffe (stack): Fix a simple syntax error.
Kaffe CVS
cvs-commits at kaffe.org
Tue Dec 21 11:27:12 PST 2004
PatchSet 5702
Date: 2004/12/21 17:56:39
Author: stack
Branch: HEAD
Tag: (none)
Log:
Fix a simple syntax error.
Members:
ChangeLog:1.3247->1.3248
kaffe/kaffevm/external.c:1.74->1.75
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3247 kaffe/ChangeLog:1.3248
--- kaffe/ChangeLog:1.3247 Tue Dec 21 17:31:24 2004
+++ kaffe/ChangeLog Tue Dec 21 17:56:39 2004
@@ -1,3 +1,8 @@
+2004-12-21 Timothy S. Stack <stack at cs.utah.edu>
+
+ * kaffe/kaffevm/external.c:
+ Fix a typo.
+
2004-12-21 Guilhem Lavaux <guilhem at kaffe.org>
* libraries/clib/native/Class.c
Index: kaffe/kaffe/kaffevm/external.c
diff -u kaffe/kaffe/kaffevm/external.c:1.74 kaffe/kaffe/kaffevm/external.c:1.75
--- kaffe/kaffe/kaffevm/external.c:1.74 Tue Dec 21 16:51:05 2004
+++ kaffe/kaffe/kaffevm/external.c Tue Dec 21 17:56:42 2004
@@ -377,7 +377,7 @@
loadNativeLibrarySym(const char* name)
{
int i = 0;
- void* func = NULL;;
+ void* func = NULL;
int iLockRoot;
lockStaticMutex(&libraryLock);
More information about the kaffe
mailing list