Author: mladen.turk(a)jboss.com
Date: 2007-10-22 05:31:59 -0400 (Mon, 22 Oct 2007)
New Revision: 1142
Modified:
trunk/sight/native/os/linux/module.c
Log:
Fix typo
Modified: trunk/sight/native/os/linux/module.c
===================================================================
--- trunk/sight/native/os/linux/module.c 2007-10-22 09:22:07 UTC (rev 1141)
+++ trunk/sight/native/os/linux/module.c 2007-10-22 09:31:59 UTC (rev 1142)
@@ -137,7 +137,7 @@
for (j = 0; j < amods->siz; j++) {
char *bp;
- if (((bp = strchr(amods->arr[j], '/'))) {
+ if ((bp = strchr(amods->arr[j], '/'))) {
module_addr_t *ma;
cache_entry_t *me;
char *bn = NULL;
Show replies by date