X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=op.c;h=3833bfbee292e17117b3058cc7a9333e29103fc3;hp=836f4de173b01add2b452414574c98b9c5c13953;hb=ba8121d8647b88276977b37a425a9b5dc631731e;hpb=357c51c8d2512a72b371ea7b259f0ef64de832e0 diff --git a/op.c b/op.c index 836f4de..3833bfb 100644 --- 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; }