diff options
author | Simon Howard | 2006-09-24 13:04:40 +0000 |
---|---|---|
committer | Simon Howard | 2006-09-24 13:04:40 +0000 |
commit | a904f5b3ea8ac1a043441dd04976b51221c00bfc (patch) | |
tree | 58a9ee1e664312139a7f61115a9e9461c0e457dd | |
parent | fe4125a1a24abf5d137632122f7acfb629726a24 (diff) | |
download | chocolate-doom-a904f5b3ea8ac1a043441dd04976b51221c00bfc.tar.gz chocolate-doom-a904f5b3ea8ac1a043441dd04976b51221c00bfc.tar.bz2 chocolate-doom-a904f5b3ea8ac1a043441dd04976b51221c00bfc.zip |
Fix declaration of TXT_NewWindowSelectAction
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 656
-rw-r--r-- | textscreen/txt_window_action.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textscreen/txt_window_action.h b/textscreen/txt_window_action.h index 5487503d..56f5a1b6 100644 --- a/textscreen/txt_window_action.h +++ b/textscreen/txt_window_action.h @@ -46,7 +46,7 @@ txt_window_action_t *TXT_NewWindowAbortAction(txt_window_t *window); // Accept button that does nothing -txt_window_action_t *TXT_NewWindowAcceptAction(txt_window_t *window); +txt_window_action_t *TXT_NewWindowSelectAction(txt_window_t *window); #endif /* #ifndef TXT_WINDOW_ACTION_H */ |