diff options
Diffstat (limited to 'src/indic8.c')
| -rw-r--r-- | src/indic8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indic8.c b/src/indic8.c index 2be86d6..1dc7e9d 100644 --- a/src/indic8.c +++ b/src/indic8.c @@ -34,5 +34,5 @@ void ind_act(char c) { void ind_check_timer(void) { if(!OS.cdtmv5) - ind_net_status[1] = 0; + *ind_act_status = 0; } |
