]> git.sur5r.net Git - cc65/blobdiff - src/ca65/instr.h
Bumped the year in the copyright message
[cc65] / src / ca65 / instr.h
index b85b8cd3062431bab37b6796d7f50d0c2f741410..8e00c0f6dafc4dad51f5a7b2a87c71be1f83ba83 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1998-2004 Ullrich von Bassewitz                                       */
-/*               Römerstrasse 52                                             */
-/*               D-70794 Filderstadt                                         */
-/* EMail:        uz@cc65.org                                                 */
+/* (C) 1998-2005, Ullrich von Bassewitz                                      */
+/*                Römerstrasse 52                                            */
+/*                D-70794 Filderstadt                                        */
+/* EMail:         uz@cc65.org                                                */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
@@ -108,7 +108,7 @@ struct InsDesc {
     void                       (*Emit) (const InsDesc*);/* Handler function */
 };
 
-/* An instruction table */        
+/* An instruction table */
 typedef struct InsTable InsTable;
 struct InsTable {
     unsigned                   Count;                  /* Number of intstructions */