git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8aea81
)
added missing ;
author
kramm
<kramm>
Mon, 5 Jun 2006 07:53:21 +0000
(07:53 +0000)
committer
kramm
<kramm>
Mon, 5 Jun 2006 07:53:21 +0000
(07:53 +0000)
m4/gcc.2.95.m4
patch
|
blob
|
history
diff --git
a/m4/gcc.2.95.m4
b/m4/gcc.2.95.m4
index
54b3809
..
d83ac11
100644
(file)
--- a/
m4/gcc.2.95.m4
+++ b/
m4/gcc.2.95.m4
@@
-11,7
+11,7
@@
int main (int argc, char*argv[])
int a,b;
b=3;
int c;
- c=4
+ c=4;
return 0;
}
EOF