From d390c51e57822d14ddd8421e1c59721540a4383d Mon Sep 17 00:00:00 2001 From: cuz Date: Wed, 23 May 2001 07:10:16 +0000 Subject: [PATCH] Cosmetic change git-svn-id: svn://svn.cc65.org/cc65/trunk@746 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/common/filepos.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/filepos.h b/src/common/filepos.h index 1f46fd91c..7ccde3751 100644 --- a/src/common/filepos.h +++ b/src/common/filepos.h @@ -45,8 +45,8 @@ /* Type of a file position */ -typedef struct FilePos_ FilePos; -struct FilePos_ { +typedef struct FilePos FilePos; +struct FilePos { unsigned long Line; /* Line */ unsigned Col; /* Column */ unsigned Name; /* File */