X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fkdump.c;h=d86396e2306c0c88813d6ff127df9c329b3d97d2;hb=HEAD;hp=beb91ce53c7556ca149948a5423c5e44436861d4;hpb=ac13dceecd5f75669820819575daf88e0add5c8d;p=idzebra-moved-to-github.git diff --git a/index/kdump.c b/index/kdump.c index beb91ce..d86396e 100644 --- a/index/kdump.c +++ b/index/kdump.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2011 Index Data + Copyright (C) Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -49,7 +49,7 @@ int key_file_decode (FILE *f) int c, d; c = getc (f); - switch (c & 192) + switch (c & 192) { case 0: d = c; @@ -172,7 +172,7 @@ int main (int argc, char **argv) op = key_info[0]; memcpy (&k, 1+key_info, sizeof(k)); - from += 2; + from += 2; while (*from) { const char *res = zebra_maps_output (zm, reg_type, &from); @@ -194,7 +194,7 @@ int main (int argc, char **argv) } exit (0); } -#endif +#endif /* * Local variables: * c-basic-offset: 4