Skip to content

Commit

Permalink
warning: old-style parameter declaration
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@19909 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
fperrad committed Jul 16, 2007
1 parent 2aa4a68 commit 1514cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Prints out the welcome string.
*/

static void
PDB_printwelcome()
PDB_printwelcome(void)
{
fprintf(stderr, "Parrot Debugger 0.4.x\n");
fprintf(stderr, "\nPlease note: ");
Expand Down

0 comments on commit 1514cdd

Please sign in to comment.