diff options
Diffstat (limited to 'src/dev/x86/i8259.hh')
-rw-r--r-- | src/dev/x86/i8259.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/x86/i8259.hh b/src/dev/x86/i8259.hh index a9c5baa8c..a9362d403 100644 --- a/src/dev/x86/i8259.hh +++ b/src/dev/x86/i8259.hh @@ -110,6 +110,6 @@ class I8259 : public BasicPioDevice, public IntDev int getVector(); }; -}; // namespace X86ISA +} // namespace X86ISA #endif //__DEV_X86_I8259_HH__ |