about summary refs log tree commit diff stats
path: root/ui-ssdiff.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-ssdiff.c')
-rw-r--r--ui-ssdiff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-ssdiff.c b/ui-ssdiff.c index 45770b1..0cff4b8 100644 --- a/ui-ssdiff.c +++ b/ui-ssdiff.c
@@ -23,7 +23,7 @@ static void create_or_reset_lcs_table()
23 int i; 23 int i;
24 24
25 if (L != NULL) { 25 if (L != NULL) {
26 memset(*L, 0, sizeof(*L) * MAX_SSDIFF_SIZE); 26 memset(*L, 0, sizeof(int) * MAX_SSDIFF_SIZE);
27 return; 27 return;
28 } 28 }
29 29