aboutsummaryrefslogtreecommitdiff
path: root/src/balutil/inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/balutil/inc')
-rw-r--r--src/balutil/inc/balutil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/balutil/inc/balutil.h b/src/balutil/inc/balutil.h
index b718e48b..affa4925 100644
--- a/src/balutil/inc/balutil.h
+++ b/src/balutil/inc/balutil.h
@@ -108,10 +108,10 @@ DAPI_(HRESULT) BalSetNumericVariable(
108 ); 108 );
109 109
110/******************************************************************* 110/*******************************************************************
111BalStringVariableExists - checks if a string variable exists in the engine. 111BalVariableExists - checks if a variable exists in the engine.
112 112
113********************************************************************/ 113********************************************************************/
114DAPI_(BOOL) BalStringVariableExists( 114DAPI_(BOOL) BalVariableExists(
115 __in_z LPCWSTR wzVariable 115 __in_z LPCWSTR wzVariable
116 ); 116 );
117 117