summaryrefslogtreecommitdiffstats
path: root/src/bltOp.h
diff options
context:
space:
mode:
authorjoye <joye>2014-02-28 17:36:23 (GMT)
committerjoye <joye>2014-02-28 17:36:23 (GMT)
commit432ce5db7295e0bccbd9cbd4ac1e2e6257eadc37 (patch)
tree793fd346d7925b4c851888674889a4569672bc38 /src/bltOp.h
parent51ac158464eb641e1cef0b14b7677f8753227a4f (diff)
downloadblt-432ce5db7295e0bccbd9cbd4ac1e2e6257eadc37.zip
blt-432ce5db7295e0bccbd9cbd4ac1e2e6257eadc37.tar.gz
blt-432ce5db7295e0bccbd9cbd4ac1e2e6257eadc37.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltOp.h')
-rw-r--r--src/bltOp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltOp.h b/src/bltOp.h
index c4a01bd..4722303 100644
--- a/src/bltOp.h
+++ b/src/bltOp.h
@@ -36,7 +36,7 @@ typedef enum {
#define BLT_OP_BINARY_SEARCH 0
#define BLT_OP_LINEAR_SEARCH 1
-extern void *Blt_GetOpFromObj(Tcl_Interp *interp, int nSpecs,
+extern void *Blt_GetOpFromObj(Tcl_Interp* interp, int nSpecs,
Blt_OpSpec *specs, int operPos, int objc, Tcl_Obj *const *objv,
int flags);