Skip to content

Commit ef02a70

Browse files
committed
bus/heathzenith/h19/tlb.h: Fix #include guards
* .github/workflows/includeguards.yml: Fix spelling
1 parent bb61917 commit ef02a70

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/includeguards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Check #incude guargs'
1+
name: 'Check #include guards'
22

33
on:
44
push:

src/devices/bus/heathzenith/h19/tlb.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
77
****************************************************************************/
88

9-
#ifndef MAME_HEATHZENITH_TLB_H
10-
#define MAME_HEATHZENITH_TLB_H
9+
#ifndef MAME_BUS_HEATHZENITH_H19_TLB_H
10+
#define MAME_BUS_HEATHZENITH_H19_TLB_H
1111

1212
#pragma once
1313

@@ -474,4 +474,4 @@ class heath_tlb_connector : public device_t,
474474
// device type definition
475475
DECLARE_DEVICE_TYPE(HEATH_TLB_CONNECTOR, heath_tlb_connector)
476476

477-
#endif // MAME_HEATHZENITH_TLB_H
477+
#endif // MAME_BUS_HEATHZENITH_H19_TLB_H

0 commit comments

Comments
 (0)