fixed getTagName so that it returns 0 if the Tag has no name
[swftools.git] / lib / modules / swfdump.c
index f30202d..fe48ee9 100644 (file)
@@ -128,4 +128,5 @@ char* getTagName(TAG*tag)
        case ST_REFLEX:
            return "REFLEX";
     }
+    return 0;
 }