summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2009-07-09 13:07:05 -0700
committerBrian Behlendorf <[email protected]>2009-07-09 13:07:05 -0700
commit683b2f0d00a8502f60f289ab5df9e045130cec8e (patch)
tree9a4c6b0f2f79e7dabf282273adf6eb6505cacf9f
parenta551134b2f9cb505018b22d62e1b778f229f4e45 (diff)
TopGit missed this update when I updated the same line in the
gcc-unused and gcc-uninit topic branches at the same time and then ran 'tg update'. I'll need to keep that sort of thing in mind when updating multiple topic branches between updates.
-rw-r--r--module/nvpair/nvpair.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/nvpair/nvpair.c b/module/nvpair/nvpair.c
index 3e147617b..0b029bb49 100644
--- a/module/nvpair/nvpair.c
+++ b/module/nvpair/nvpair.c
@@ -1560,7 +1560,7 @@ nvlist_lookup_nvpair_ei_sep(nvlist_t *nvl, const char *name, const char sep,
{
nvpair_t *nvp;
const char *np;
- char *sepp = NULL;
+ char *sepp=NULL;
char *idxp, *idxep;
nvlist_t **nva;
long idx = 0;