summaryrefslogtreecommitdiff
path: root/2.3-1/src/c/string/strcspn/gstrcspna.c
diff options
context:
space:
mode:
Diffstat (limited to '2.3-1/src/c/string/strcspn/gstrcspna.c')
-rw-r--r--2.3-1/src/c/string/strcspn/gstrcspna.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/2.3-1/src/c/string/strcspn/gstrcspna.c b/2.3-1/src/c/string/strcspn/gstrcspna.c
index 2871d336..75912e9d 100644
--- a/2.3-1/src/c/string/strcspn/gstrcspna.c
+++ b/2.3-1/src/c/string/strcspn/gstrcspna.c
@@ -14,8 +14,8 @@
#include "strcspn.h"
uint8 gstrcspna(char *str1,int size1,char *str2,int size2)
{
- int ind;
- int i;
+ int ind,i,j;;
+ for(i=0;i<=size1;i++)
int j;
for(i=0;i<=size1;i++)
{