Skip to content
Snippets Groups Projects
Commit 299dedce authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed minor warning.

Rev: src/main.c:1.30
parent c942ad0e
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
||| See the files COPYING and DISCLAIMER for more information. ||| See the files COPYING and DISCLAIMER for more information.
\*/ \*/
#include "global.h" #include "global.h"
RCSID("$Id: main.c,v 1.29 1998/03/03 22:30:23 hubbe Exp $"); RCSID("$Id: main.c,v 1.30 1998/07/11 18:11:46 grubba Exp $");
#include "backend.h" #include "backend.h"
#include "module.h" #include "module.h"
#include "object.h" #include "object.h"
...@@ -56,7 +56,7 @@ struct callback *add_post_master_callback(callback_func call, ...@@ -56,7 +56,7 @@ struct callback *add_post_master_callback(callback_func call,
} }
void dbm_main(int argc, char **argv, char **env) int dbm_main(int argc, char **argv, char **env)
{ {
JMP_BUF back; JMP_BUF back;
int e, num; int e, num;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment