summaryrefslogtreecommitdiff
path: root/src/c
diff options
context:
space:
mode:
authorukashanoor2017-07-07 17:12:14 +0530
committerukashanoor2017-07-07 17:12:14 +0530
commitec1677606d3e636a47d4fd0853f83868b3953314 (patch)
tree460ef055bfa213fa98a9306035ad0578a6036e9e /src/c
parent87823db220f4c3b8bee16c0b2e08027704de1efe (diff)
downloadScilab2C_fossee_old-ec1677606d3e636a47d4fd0853f83868b3953314.tar.gz
Scilab2C_fossee_old-ec1677606d3e636a47d4fd0853f83868b3953314.tar.bz2
Scilab2C_fossee_old-ec1677606d3e636a47d4fd0853f83868b3953314.zip
array declaration
Diffstat (limited to 'src/c')
-rw-r--r--src/c/string/strcspn/gstrcspna.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/c/string/strcspn/gstrcspna.c b/src/c/string/strcspn/gstrcspna.c
index 75912e9..4dcdcdf 100644
--- a/src/c/string/strcspn/gstrcspna.c
+++ b/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++)