Commit 0320e6b
committed
parse-options: fix declaration of
In f41179f (parse-options: avoid magic return codes, 2019-01-27),
this function's signature was changed to return an `enum` instead of a
non-descriptive `int`. Which is a good change. However, it forgot to
adjust the declaration. Which we now fix.
This was noticed by the MSVC compiler.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>parse_opt_unknown_cb()
1 parent 2dbb69f commit 0320e6b
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
291 | 293 | | |
292 | 294 | | |
293 | 295 | | |
| |||
0 commit comments