artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3a9129
)
move an ugly space
author
deraadt
<deraadt@openbsd.org>
Fri, 24 Apr 2015 17:19:06 +0000
(17:19 +0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 24 Apr 2015 17:19:06 +0000
(17:19 +0000)
usr.bin/file/magic-test.c
patch
|
blob
|
history
diff --git
a/usr.bin/file/magic-test.c
b/usr.bin/file/magic-test.c
index
2c33b7f
..
a8134da
100644
(file)
--- a/
usr.bin/file/magic-test.c
+++ b/
usr.bin/file/magic-test.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: magic-test.c,v 1.
1 2015/04/24 16:24:11 nicm
Exp $ */
+/* $OpenBSD: magic-test.c,v 1.
2 2015/04/24 17:19:06 deraadt
Exp $ */
/*
* Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org>
@@
-137,7
+137,7
@@
magic_add_result(struct magic_state *ms, struct magic_line *ml,
static void
magic_add_string(struct magic_state *ms, struct magic_line *ml,
- const char
*
s, size_t slen)
+ const char
*
s, size_t slen)
{
char *out;
size_t outlen, offset;