[haiku-bugs] [Haiku] #12828: [Patch] haikudepot/model/PackageActionHandler.h: fix header guard spelling

  • From: "mt" <trac@xxxxxxxxxxxx>
  • Date: Sat, 25 Jun 2016 13:03:03 -0000

#12828: [Patch] haikudepot/model/PackageActionHandler.h: fix header guard 
spelling
-------------------------------------+------------------------------
 Reporter:  mt                       |        Owner:  stippi
     Type:  bug                      |       Status:  new
 Priority:  normal                   |    Milestone:  Unscheduled
Component:  Applications/HaikuDepot  |      Version:  R1/Development
 Keywords:                           |   Blocked By:
 Blocking:                           |  Has a Patch:  0
 Platform:  All                      |
-------------------------------------+------------------------------
 Fix header guard spelling as clang point out.

 {{{
 /home/haiku/haiku/haiku/src/apps/haikudepot/model/PackageActionHandler.h:6:9:
 warning: 'PACKAGE_ACTION_HANDLER_H' is used as a header guard here,
 followed by #define of a different macro [-Wheader-guard]
 #ifndef PACKAGE_ACTION_HANDLER_H
         ^~~~~~~~~~~~~~~~~~~~~~~~
 /home/haiku/haiku/haiku/src/apps/haikudepot/model/PackageActionHandler.h:7:9:
 note: 'PACkAGE_ACTION_HANDLER_H' is defined here; did you mean
 'PACKAGE_ACTION_HANDLER_H'?
 #define PACkAGE_ACTION_HANDLER_H
         ^~~~~~~~~~~~~~~~~~~~~~~~
         PACKAGE_ACTION_HANDLER_H
 }}}

--
Ticket URL: <https://dev.haiku-os.org/ticket/12828>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: