1
0
Fork 0

Copyright update, g++ warnings

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1463
This commit is contained in:
Peter Veenstra 2003-11-26 08:38:23 +00:00
parent 96df8584cf
commit f7678d231b

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2002 The DOSBox Team
* Copyright (C) 2002-2003 The DOSBox Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -16,6 +16,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: dma.h,v 1.8 2003-11-26 08:38:23 qbix79 Exp $ */
#ifndef __DMA_H
#define __DMA_H
@ -189,4 +191,5 @@ extern DmaController *DmaControllers[2];
#endif
#endif