missing comment tokens

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21472 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2007-06-20 21:30:00 +00:00
parent 77112c06de
commit 5c937cfa82
6 changed files with 6 additions and 6 deletions

View File

@ -22,4 +22,4 @@ public:
virtual bool Visit(BPartition *partition, int32 level);
};
#endif _DISK_DEVICE_VISITOR_H
#endif // _DISK_DEVICE_VISITOR_H

View File

@ -86,4 +86,4 @@ private:
}
#endif CHARACTER_SET_H
#endif // CHARACTER_SET_H

View File

@ -88,4 +88,4 @@ private:
}
#endif CHARACTER_SET_ROSTER_H
#endif // CHARACTER_SET_ROSTER_H

View File

@ -122,4 +122,4 @@ typedef struct partition_module_info {
Returns B_OK, if everything went fine, an error code otherwise.
*/
#endif _PARTSCAN_PARTITION_H
#endif // _PARTSCAN_PARTITION_H

View File

@ -90,4 +90,4 @@ public:
virtual void Iterate(BPicture* picture);
};
#endif _PICTURE_ITERATOR_H
#endif // _PICTURE_ITERATOR_H

View File

@ -121,4 +121,4 @@ private:
PicturePrinter* fPrinter;
};
#endif _PICTURE_PRINTER_H
#endif // _PICTURE_PRINTER_H