diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-10-04 15:31:19 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-10-04 15:31:19 (GMT) |
commit | 3f8111f0382c32b2b4f9202678261f6d89b3003b (patch) | |
tree | fc93f8463e648554b48b9c175de823dabfa2725e | |
parent | 2e44bfd10863b18f4afb806bb933db6f2604b2dc (diff) |
fixed typo
-rw-r--r-- | options.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -441,7 +441,7 @@ void options_clear(options_t* opt) if(opt->led_filename_) free(opt->led_filename_); -/* luacleint only */ +/* luaclient only */ if(opt->lua_file_) free(opt->lua_file_); } |