diff options
-rw-r--r-- | procfs/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procfs/main.c b/procfs/main.c index 0593f416..320f55b2 100644 --- a/procfs/main.c +++ b/procfs/main.c @@ -273,7 +273,7 @@ error_t netfs_get_source (struct protid *cred, char *source, size_t source_len) { if (! cred) return EOPNOTSUPP; - snprintf(source, source_len, "proc"); + snprintf (source, source_len, "proc"); return 0; } |