Commit 537cd26f authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

reg: Fix a typo in a function definition.

parent ca57a860
......@@ -45,7 +45,7 @@ BOOL is_char(const WCHAR s, const WCHAR c);
BOOL is_switch(const WCHAR *s, const WCHAR c);
/* add.c */
int reg_add(int arc, WCHAR *argvW[]);
int reg_add(int argc, WCHAR *argvW[]);
/* delete.c */
int reg_delete(int argc, WCHAR *argvW[]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment