diff options
Diffstat (limited to 'src/balutil/inc')
-rw-r--r-- | src/balutil/inc/balutil.h | 4 |
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 | /******************************************************************* |
111 | BalStringVariableExists - checks if a string variable exists in the engine. | 111 | BalVariableExists - checks if a variable exists in the engine. |
112 | 112 | ||
113 | ********************************************************************/ | 113 | ********************************************************************/ |
114 | DAPI_(BOOL) BalStringVariableExists( | 114 | DAPI_(BOOL) BalVariableExists( |
115 | __in_z LPCWSTR wzVariable | 115 | __in_z LPCWSTR wzVariable |
116 | ); | 116 | ); |
117 | 117 | ||