diff --git a/src/lex.c b/src/lex.c
index 2a79c1ec03e44312c43697f8338d86c0c8cedabe..f856d3d85c7160141d2c90ddfe0a88156c633844 100644
--- a/src/lex.c
+++ b/src/lex.c
@@ -4,7 +4,7 @@
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 #include "global.h"
-RCSID("$Id: lex.c,v 1.32 1997/12/16 22:48:14 grubba Exp $");
+RCSID("$Id: lex.c,v 1.33 1997/12/16 22:50:05 grubba Exp $");
 #include "language.h"
 #include "array.h"
 #include "lex.h"
@@ -1865,7 +1865,7 @@ static void low_lex(void)
 	  pop_stack();
 	  push_svalue(sv);
 	  res = 1;
-	} else if (get_master) {
+	} else if (get_master()) {
 	  current_file->refs++;
 	  push_string(current_file);