Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
d6c24649
Commit
d6c24649
authored
Aug 30, 2014
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 735620 - [PATCH] Remove not needed variable caching in src/markdown.cpp
parent
94ea18e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
markdown.cpp
src/markdown.cpp
+1
-1
No files found.
src/markdown.cpp
View file @
d6c24649
...
...
@@ -1540,7 +1540,7 @@ static bool isTableBlock(const char *data,int size)
i
+=
ret
;
// goto next line
int
cc2
;
ret
=
findTableColumns
(
data
+
i
,
size
-
i
,
start
,
end
,
cc2
);
findTableColumns
(
data
+
i
,
size
-
i
,
start
,
end
,
cc2
);
//printf("isTableBlock: %d\n",cc1==cc2);
return
cc1
==
cc2
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment