* device/lib/gets.c: fixed bug 1568829,thanks Philipp Krause
[fw/sdcc] / as / link / mcs51 / lkmem.c
index 47fc14d43d470ef7020f33287abbb752887d5a60..1769f8c9ee78e69635b7f18602aa6243b24d1445 100644 (file)
@@ -22,7 +22,6 @@
 #include <string.h>
 #include <stdlib.h>
 #include "aslink.h"
-#include "strcmpi.h"
 
 int summary(struct area * areap)
 {
@@ -436,7 +435,7 @@ int summary2(struct area * areap)
     xp=areap;
     while (xp)
     {
-        if(xp->a_flag & A_CODE)
+        if (xp->a_flag & A_CODE)
         {
             if(xp->a_size)
             {
@@ -476,7 +475,7 @@ int summary2(struct area * areap)
                 Paged.End = xp->a_addr + xp->a_size;
         }
 
-        else if(xp->a_flag & A_XDATA)
+        else if (xp->a_flag & A_XDATA)
         {
             if(xp->a_size)
             {