diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-04-07 16:10:40 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-04-07 16:10:40 +0000 |
commit | 4d06f64a7a4162a67bc73f1e6c6cf745ce7d9256 (patch) | |
tree | f1aa8e47a13b2568e74ee6503d834da954f4d1d9 /app/xpr/xpr.h | |
parent | 41e906e2c8ac7552da759cd1438d08efa0b9c6b9 (diff) |
Update to xpr 1.0.4
Diffstat (limited to 'app/xpr/xpr.h')
-rw-r--r-- | app/xpr/xpr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/xpr/xpr.h b/app/xpr/xpr.h index d7c318296..a7d09c1d5 100644 --- a/app/xpr/xpr.h +++ b/app/xpr/xpr.h @@ -32,7 +32,7 @@ enum orientation { enum device {LN01, LN03, LA100, PS, PP, LJET, PJET, PJETXL}; /* Global variables */ -extern char *progname; +extern const char *progname; extern int debug; /* Global prototypes */ |