fixed getTagName so that it returns 0 if the Tag has no name
authorkramm <kramm>
Mon, 29 Oct 2001 22:09:55 +0000 (22:09 +0000)
committerkramm <kramm>
Mon, 29 Oct 2001 22:09:55 +0000 (22:09 +0000)
lib/modules/swfdump.c

index f30202d..fe48ee9 100644 (file)
@@ -128,4 +128,5 @@ char* getTagName(TAG*tag)
        case ST_REFLEX:
            return "REFLEX";
     }
+    return 0;
 }