]> Shamusworld >> Repos - rmac/blobdiff - op.c
Fix for bug #51. Now at v2.0.22.
[rmac] / op.c
diff --git a/op.c b/op.c
index 836f4de173b01add2b452414574c98b9c5c13953..3833bfbee292e17117b3058cc7a9333e29103fc3 100644 (file)
--- a/op.c
+++ b/op.c
@@ -89,6 +89,7 @@ static inline uint64_t CheckFlags(char * s)
                return 0x04;
        else if (strcmp(scratchbuf, "RELEASE") == 0)
                return 0x08;
+
        return 0;
 }