diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-08 00:47:07 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-08 00:47:07 +0000 |
commit | e89052ae8b40a4cf531e2273175f359c3c28a56a (patch) | |
tree | ec47fb38e0fb50d5b60883cf4a5c9de38fafc362 /extra/config/expr.h | |
parent | d3181d18144c86428e2d1255191ff6a469a1a4ab (diff) |
Merge an update from upstream
Diffstat (limited to 'extra/config/expr.h')
-rw-r--r-- | extra/config/expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/config/expr.h b/extra/config/expr.h index fd9c32a7e..e96d03b5a 100644 --- a/extra/config/expr.h +++ b/extra/config/expr.h @@ -169,7 +169,7 @@ struct menu { //char *help; struct file *file; int lineno; - //void *data; + void *data; }; #ifndef SWIG |