summaryrefslogtreecommitdiff
path: root/2.3-1/src
diff options
context:
space:
mode:
Diffstat (limited to '2.3-1/src')
-rw-r--r--2.3-1/src/c/string/strcspn/gstrcspna.c3
1 files changed, 1 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 75912e9d..4dcdcdf6 100644
--- a/2.3-1/src/c/string/strcspn/gstrcspna.c
+++ b/2.3-1/src/c/string/strcspn/gstrcspna.c
@@ -15,8 +15,7 @@
uint8 gstrcspna(char *str1,int size1,char *str2,int size2)
{
int ind,i,j;;
- for(i=0;i<=size1;i++)
- int j;
+
for(i=0;i<=size1;i++)
{
for(j=0;j<=size2;j++)