##// END OF EJS Templates
mpatch: change lalloc() to local function...
Yuya Nishihara -
r29741:9a1685c7 default
parent child Browse files
Show More
@@ -30,7 +30,7 b''
30 char *mpatch_errors[] = {NULL, "invalid patch", "patch cannot be decoded",
30 char *mpatch_errors[] = {NULL, "invalid patch", "patch cannot be decoded",
31 "no memory"};
31 "no memory"};
32
32
33 struct mpatch_flist *lalloc(ssize_t size)
33 static struct mpatch_flist *lalloc(ssize_t size)
34 {
34 {
35 struct mpatch_flist *a = NULL;
35 struct mpatch_flist *a = NULL;
36
36
General Comments 0
You need to be logged in to leave comments. Login now