aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mate/mate_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mate/mate_util.c b/plugins/mate/mate_util.c
index 58e6ea4196..43c3cb9aeb 100644
--- a/plugins/mate/mate_util.c
+++ b/plugins/mate/mate_util.c
@@ -1650,7 +1650,7 @@ case '7': case '8': case '9': case '.'
*
**/
extern LoAL* loal_from_file(guint8* filename) {
- FILE *fp;
+ FILE *fp = NULL;
guint8 c;
int i = 0;
guint32 linenum = 1;