Skip to content

Commit

Permalink
wd: correct type mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Apr 22, 2024
1 parent 43a6f8d commit e933df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bld/wv/c/dbgfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* Open Watcom Project
*
* Copyright (c) 2002-2023 The Open Watcom Contributors. All Rights Reserved.
* Copyright (c) 2002-2024 The Open Watcom Contributors. All Rights Reserved.
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Reserved.
*
* ========================================================================
Expand Down Expand Up @@ -68,7 +68,7 @@
#define LOC_ESCAPE '@'
#define REMOTE_LOC 'r'
#define LOCAL_LOC 'l'
#define REMOTE_IND 0x8000
#define REMOTE_IND ((file_handle)0x8000)
#define MAX_OPENS 100
#define MAX_ERRORS 10

Expand Down

0 comments on commit e933df9

Please sign in to comment.