summaryrefslogtreecommitdiffstats
path: root/vmchooser/readLinSess.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vmchooser/readLinSess.cxx')
-rw-r--r--vmchooser/readLinSess.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmchooser/readLinSess.cxx b/vmchooser/readLinSess.cxx
index 73dae0e..0779937 100644
--- a/vmchooser/readLinSess.cxx
+++ b/vmchooser/readLinSess.cxx
@@ -62,7 +62,7 @@ DataEntry** readLinSess(char* path)
return NULL;
}
DataEntry** result =
- (DataEntry**) malloc(gResult->gl_pathc *( sizeof(DataEntry*) +1));
+ (DataEntry**) malloc(gResult->gl_pathc * sizeof(DataEntry*) +1);
int c = 0;