summaryrefslogtreecommitdiff
path: root/ws2a/bugsdata.c
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2016-05-09 14:39:28 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2016-05-09 14:39:28 -0400
commit555be200d014f0e22b28f82bb8c4c164e77640dc (patch)
tree5448353fea0dbaf61aaeda742500f48e17a6c783 /ws2a/bugsdata.c
parent4375eeb346bcf2cd5b1f38d8bbd01d4f53fdae45 (diff)
downloadwebpage-555be200d014f0e22b28f82bb8c4c164e77640dc.tar.gz
webpage-555be200d014f0e22b28f82bb8c4c164e77640dc.tar.bz2
webpage-555be200d014f0e22b28f82bb8c4c164e77640dc.zip
more work on bug reporter
Diffstat (limited to 'ws2a/bugsdata.c')
-rw-r--r--ws2a/bugsdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ws2a/bugsdata.c b/ws2a/bugsdata.c
index 4517ff6..5b40f18 100644
--- a/ws2a/bugsdata.c
+++ b/ws2a/bugsdata.c
@@ -18,7 +18,7 @@ int main(){
char filestring[64];
char filename[10];
strcat(filestring,"../ws2a/bugs/");
- itoa(last,filename,10)
+ itoa(last,filename,10);
strcat(filestring,filename);
FILE* thisbug;
thisbug = fopen(filestring,"r");