Skip to content

Commit

Permalink
src/generate-chirp.c : Default amplitude is now 1.0.
Browse files Browse the repository at this point in the history
Fixes #13
  • Loading branch information
erikd committed Nov 12, 2012
1 parent ab5a5e8 commit 46ccac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/generate-chirp.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
** Copyright (C) 2007-2011 Erik de Castro Lopo <erikd@mega-nerd.com>
** Copyright (C) 2007-2012 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -43,7 +43,7 @@ static void generate_file (const char * filename, const PARAMS * params) ;
int
main (int argc, char * argv [])
{
PARAMS params = { 200, -1, -1.0, 0, 0, 0, NULL } ;
PARAMS params = { 1.0, -1, -1.0, 0, 0, 0, NULL } ;
const char * filename ;
int k ;

Expand Down

0 comments on commit 46ccac7

Please sign in to comment.