Opened 8 years ago

Closed 8 years ago

#12830 closed bug (fixed)

[Patch] print/drivers/pdf/source/PictureIterator.h: fix header guard spelling

Reported by: mt Owned by: phoudoin
Priority: normal Milestone: Unscheduled
Component: Drivers/Printers Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Fix header guard spelling as clang point out.

/home/haiku/haiku/haiku/src/add-ons/print/drivers/pdf/source/PictureIterator.h:32:9: warning: '_PICTURE_ITERATOR_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef _PICTURE_ITERATOR_H
        ^~~~~~~~~~~~~~~~~~~
/home/haiku/haiku/haiku/src/add-ons/print/drivers/pdf/source/PictureIterator.h:33:9: note: '_PICTURE_TIERATOR_H' is defined here; did you mean '_PICTURE_ITERATOR_H'?
#define _PICTURE_TIERATOR_H
        ^~~~~~~~~~~~~~~~~~~
        _PICTURE_ITERATOR_H

Attachments (1)

0017-PictureIterator.h-fix-header-guard-spelling.patch (797 bytes ) - added by mt 8 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 by mt, 8 years ago

patch: 01

comment:2 by pulkomandy, 8 years ago

Resolution: fixed
Status: newclosed

Fixed in hrev50402.

Note: See TracTickets for help on using tickets.