khronosfws/openmax_al/src/adptcommon/xaadptbasectx.c
changeset 55 e267340986c9
parent 42 1fa3fb47b1e3
--- a/khronosfws/openmax_al/src/adptcommon/xaadptbasectx.c	Fri Sep 17 08:33:15 2010 +0300
+++ b/khronosfws/openmax_al/src/adptcommon/xaadptbasectx.c	Mon Oct 04 00:51:56 2010 +0300
@@ -15,7 +15,6 @@
  *
  */
 
-#include <assert.h>
 #include <string.h>
 #include "xaadptbasectx.h"
 #include "xathreadsafety.h"
@@ -37,7 +36,7 @@
                     sizeof(XAAdaptEvtHdlr));
             if (!pSelf->evtHdlrs)
                 {
-                DEBUG_ERR("Memory allocation failure in Base Ctx.")
+                DEBUG_ERR("Memory allocation failure in Base Ctx.");
                 return XA_RESULT_MEMORY_FAILURE;
                 }
             }
@@ -45,7 +44,7 @@
         }
     else
         {
-        DEBUG_ERR("Invalid Adaptation Base Context.")
+        DEBUG_ERR("Invalid Adaptation Base Context.");
         return XA_RESULT_PARAMETER_INVALID;
         }