diff options
Diffstat (limited to 'text.c')
| -rw-r--r-- | text.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1218,7 +1218,7 @@ out: return NULL; } -struct stat text_stat(Text *txt) { +struct stat text_stat(const Text *txt) { return txt->info; } |
