diff options
Diffstat (limited to 'apps/plugins/sort.c')
| -rw-r--r-- | apps/plugins/sort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/sort.c b/apps/plugins/sort.c index 1e787b3..f8c3f5c 100644 --- a/apps/plugins/sort.c +++ b/apps/plugins/sort.c @@ -57,7 +57,7 @@ * TODO: Implement a merge sort for files larger than the buffer ****************************************************************************/ -PLUGIN_HEADER + size_t buf_size; static char *filename; |