http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51282
User: alagoutte
Date: 2013/08/10 02:32 PM
Log:
 Fix (-W)header-guard error found by clang 3.4
 
 ./packet-osi-options.h:26:9: error: '_PACKET_OSI_OPTION_H' is used as a header
       guard here, followed by #define of a different macro
       [-Werror,-Wheader-guard]
 #ifndef _PACKET_OSI_OPTION_H
         ^~~~~~~~~~~~~~~~~~~~
 ./packet-osi-options.h:27:9: note: '_PACKET_OSI_OPTIONS_H' is defined here; did
       you mean '_PACKET_OSI_OPTION_H'?
 #define _PACKET_OSI_OPTIONS_H
         ^~~~~~~~~~~~~~~~~~~~~
         _PACKET_OSI_OPTION_H
Directory: /trunk/epan/dissectors/
  Changes    Path                    Action
  +3 -3      packet-osi-options.h    Modified