Fix build error for new libmm-log 45/33345/1 tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0_ivi accepted/tizen/common/20150108.161912 accepted/tizen/common/20150109.133750 accepted/tizen/ivi/20150112.234208 accepted/tizen/mobile/20150108.233343 accepted/tizen/mobile/20150111.050610 accepted/tizen/tv/20150111.041107 accepted/tizen/tv/20150111.045702 accepted/tizen/wearable/20150109.013209 accepted/tizen/wearable/20150111.045942 submit/tizen/20150108.114627 submit/tizen/20150109.055336 submit/tizen_ivi/20150112.111111 tizen_3.0_ivi_release
authorJeongmo Yang <jm80.yang@samsung.com>
Thu, 8 Jan 2015 11:41:57 +0000 (20:41 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Thu, 8 Jan 2015 11:41:57 +0000 (20:41 +0900)
Change-Id: I6102f3276c9385d26aba653b538f4c358ce78e48
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
packaging/libmm-fileinfo.spec
utils/mm_file_util_validity.c

index d6b559e..1eda867 100755 (executable)
@@ -1,6 +1,6 @@
 Name:      libmm-fileinfo
 Summary:    Media Fileinfo
-Version:    0.6.0
+Version:    0.6.1
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0
index 11e25c8..e345f7a 100755 (executable)
@@ -1163,18 +1163,18 @@ int MMFileFormatIsValidMatroska (const char *mmfileuri)
            debug_msg ("Initial total header size = [0x%x]\n", total);
 
            while (size <= 8 && !(total & len_mask)) {
-             debug_error ("This case can not be handled yet....")
+             debug_error ("This case can not be handled yet....");
              size++;
              len_mask >>= 1;
            }
            if (size > 8) {
-               debug_error ("This case can not be handled yet....")
+               debug_error ("This case can not be handled yet....");
                ret = 0;
                goto exit;
            }
            total &= (len_mask - 1);
            while (n < size) {
-             debug_error ("This case can not be handled yet....")
+             debug_error ("This case can not be handled yet....");
              ret = 0;
              goto exit;
            }