From 50c10412faab4f86e6a8d24a0601171b6fa0fb7e Mon Sep 17 00:00:00 2001 From: Konrad Siek Date: Wed, 2 Aug 2017 14:37:44 +0200 Subject: [PATCH] Missing paren --- bctools/R/bctools.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bctools/R/bctools.R b/bctools/R/bctools.R index 758367a..402a515 100644 --- a/bctools/R/bctools.R +++ b/bctools/R/bctools.R @@ -82,7 +82,7 @@ print.disassembly <- function(x, prefix="", verbose=NULL, maxdepth=2, depth=0, s } } - if(is.null(select){ + if(is.null(select)){ if(verbose > 0) { cat(paste0(prefix,"Bytecode ver. ",code[[1]],"\n")) }