Skip to content

Commit

Permalink
add #pragma once, fix #include guard to match the path and comment #e…
Browse files Browse the repository at this point in the history
…ndif
  • Loading branch information
felipesanches committed Dec 26, 2023
1 parent 46d3402 commit f52f47f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/devices/bus/technics/kn5000_extension.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@

// Generic Technics KN5000 extension slot

#ifndef MAME_BUS_KN5000_EXTENSION_H
#define MAME_BUS_KN5000_EXTENSION_H
#ifndef MAME_BUS_TECHNICS_KN5000_EXTENSION_H
#define MAME_BUS_TECHNICS_KN5000_EXTENSION_H

#pragma once

class kn5000_extension_device;

Expand Down Expand Up @@ -45,4 +47,4 @@ class kn5000_extension_device : public device_t, public device_single_card_slot_

DECLARE_DEVICE_TYPE(KN5000_EXTENSION, kn5000_extension_device)

#endif
#endif // MAME_BUS_TECHNICS_KN5000_EXTENSION_H

0 comments on commit f52f47f

Please sign in to comment.