Commit fdc6734
committed
Fix extra member in xlators/features/changelog/src/changelog-rpc.c
The "static struct rpcsvc_program *changelog_programs[]"
includes an extra member by introducing a stray comma after "NULL".
This commit fixes that by removing the stray comma.
Signed-off-by: Thales Antunes de Oliveira Barretto <thales.barretto.git@gmail.com>1 parent a9f3973 commit fdc6734
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | | - | |
| 440 | + | |
441 | 441 | | |
0 commit comments