X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fheaders%2Frc.h;h=f71a0c4824568935ae2eda91a96abe744b2215c6;hp=61e67d03a966da3f0c72e7a9e5bad63737e62d53;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hpb=301048b51990573e58a30dc4a5bb4ec285cad554 diff --git a/src/headers/rc.h b/src/headers/rc.h index 61e67d0..f71a0c4 100755 --- a/src/headers/rc.h +++ b/src/headers/rc.h @@ -1,4 +1,5 @@ -/* @(#) $Id$ */ +/* @(#) $Id: ./src/headers/rc.h, 2011/09/08 dcid Exp $ + */ /* Copyright (C) 2009 Trend Micro Inc. * All right reserved. @@ -22,7 +23,7 @@ #define IsValidHeader(str) ((str[0] == '#') && \ (str[1] == '!') && \ (str[2] == '-') && \ - (str+=3) ) + (str+=3) ) /* Exec message */